diff --git a/source/frontend/Makefile b/source/frontend/Makefile index d84924740..4156aa462 100644 --- a/source/frontend/Makefile +++ b/source/frontend/Makefile @@ -41,6 +41,7 @@ RES = \ $(BINDIR)/resources/modgui \ $(BINDIR)/resources/patchcanvas \ $(BINDIR)/resources/widgets \ + $(BINDIR)/resources/zynaddsubfx \ $(BINDIR)/resources/bigmeter-ui \ $(BINDIR)/resources/carla-plugin \ $(BINDIR)/resources/carla-plugin-patchbay \ @@ -266,6 +267,10 @@ $(BINDIR)/resources/%: % -@mkdir -p $(BINDIR)/resources $(LINK) $(CURDIR)/$* $(BINDIR)/resources/ +$(BINDIR)/resources/zynaddsubfx: ../native-plugins/resources/zynaddsubfx + -@mkdir -p $(BINDIR)/resources + $(LINK) $(CURDIR)/$< $(BINDIR)/resources/ + # --------------------------------------------------------------------------------------------------------------------- $(OBJDIR)/%.cpp.o: %.cpp $(UIs)