diff --git a/source/backend/CarlaNative.h b/source/backend/CarlaNative.h index 5de22fea2..03aa9919e 100644 --- a/source/backend/CarlaNative.h +++ b/source/backend/CarlaNative.h @@ -212,7 +212,7 @@ void carla_register_all_plugins() void carla_register_native_plugin_3BandEQ(); void carla_register_native_plugin_3BandSplitter(); void carla_register_native_plugin_PingPongPan(); - void carla_register_native_plugin_Notes(); + //void carla_register_native_plugin_Notes(); #ifdef WANT_AUDIOFILE // AudioFile diff --git a/source/backend/native/Makefile b/source/backend/native/Makefile index 83962565a..57974ff29 100644 --- a/source/backend/native/Makefile +++ b/source/backend/native/Makefile @@ -38,8 +38,8 @@ OBJS = \ OBJS += \ distrho-3bandeq.cpp.o \ distrho-3bandsplitter.cpp.o \ - distrho-pingpongpan.cpp.o \ - distrho-notes.cpp.o + distrho-pingpongpan.cpp.o +# distrho-notes.cpp.o # AudioFile ifeq ($(HAVE_AF_DEPS),true) @@ -100,7 +100,7 @@ distrho-notes.cpp.o: distrho-notes.cpp notes/DistrhoPluginNotes.cpp notes/Distrh $(CXX) $< $(BUILD_CXX_FLAGS) -Inotes -DDISTRHO_NAMESPACE=DISTRHO_Notes -c -o $@ audiofile.c.o: audiofile.c - $(CXX) $< $(AF_C_FLAGS) -c -o $@ + $(CC) $< $(AF_C_FLAGS) -c -o $@ zynaddsubfx.cpp.o: zynaddsubfx.cpp $(CXX) $< $(ZYN_CXX_FLAGS) -c -o $@ diff --git a/source/bridges/Makefile b/source/bridges/Makefile index 89edaab19..0ac24cd07 100644 --- a/source/bridges/Makefile +++ b/source/bridges/Makefile @@ -271,6 +271,7 @@ OBJS_NATIVE += \ # libs OBJS_NATIVE += \ + ../libs/dgl.a \ ../libs/lilv.a \ ../libs/rtmempool.a