diff --git a/Makefile b/Makefile index 3f1f30549..17796a559 100644 --- a/Makefile +++ b/Makefile @@ -73,10 +73,6 @@ ALL_LIBS += $(MODULEDIR)/rtaudio.a ALL_LIBS += $(MODULEDIR)/rtmidi.a endif -ifeq ($(HAVE_ZYN_DEPS),true) -ALL_LIBS += $(MODULEDIR)/rtosc.a -endif - ifeq ($(HAVE_QT4),true) ALL_LIBS += $(MODULEDIR)/theme.qt4.a endif diff --git a/source/backend/Makefile b/source/backend/Makefile index 9b89cd70c..ada8fd1ca 100644 --- a/source/backend/Makefile +++ b/source/backend/Makefile @@ -52,10 +52,6 @@ STANDALONE_LIBS += $(MODULEDIR)/rtaudio.a STANDALONE_LIBS += $(MODULEDIR)/rtmidi.a endif -ifeq ($(HAVE_ZYN_DEPS),true) -STANDALONE_LIBS += $(MODULEDIR)/rtosc.a -endif - UTILS_LIBS = $(MODULEDIR)/juce_audio_basics.a UTILS_LIBS += $(MODULEDIR)/juce_audio_formats.a UTILS_LIBS += $(MODULEDIR)/juce_core.a diff --git a/source/bridges-plugin/Makefile b/source/bridges-plugin/Makefile index 11d0752e2..06a54f20c 100644 --- a/source/bridges-plugin/Makefile +++ b/source/bridges-plugin/Makefile @@ -114,10 +114,6 @@ LINK_FLAGS += $(JUCE_GUI_EXTRA_LIBS) endif endif -ifeq ($(HAVE_ZYN_DEPS),true) -LIBS_native += $(MODULEDIR)/rtosc.a -endif - LINK_FLAGS += $(LIBLO_LIBS) ifeq ($(HAVE_X11),true) diff --git a/source/native-plugins/Makefile b/source/native-plugins/Makefile index edc91ff67..164635ad8 100644 --- a/source/native-plugins/Makefile +++ b/source/native-plugins/Makefile @@ -173,7 +173,7 @@ $(MODULEDIR)/$(MODULENAME).a: $(OBJS) @rm -f $@ @$(AR) crs $@ $^ -resources/zynaddsubfx-ui$(APP_EXT): $(OBJDIR)/zynaddsubfx-ui.cpp.o $(MODULEDIR)/rtosc.a +resources/zynaddsubfx-ui$(APP_EXT): $(OBJDIR)/zynaddsubfx-ui.cpp.o -@mkdir -p $(OBJDIR) @echo "Linking zynaddsubfx-ui" @$(CXX) $^ $(ZYN_LD_FLAGS) -o $@ diff --git a/source/plugin/Makefile b/source/plugin/Makefile index 1a8e2e526..4a5f35cf7 100644 --- a/source/plugin/Makefile +++ b/source/plugin/Makefile @@ -53,10 +53,6 @@ ifeq ($(MACOS),true) LIBS += $(MODULEDIR)/juce_gui_extra.a endif -ifeq ($(HAVE_ZYN_DEPS),true) -LIBS += $(MODULEDIR)/rtosc.a -endif - # ---------------------------------------------------------------------------------------------------------------------------- # Link flags