From 24521af06903dd8b10189747acee6aec30f4c8cf Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 20 Aug 2014 01:21:48 +0100 Subject: [PATCH] No need to link NTK plugins to DGL static lib --- plugins/Makefile.ntk.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile.ntk.mk b/plugins/Makefile.ntk.mk index 242cfee..92cca82 100644 --- a/plugins/Makefile.ntk.mk +++ b/plugins/Makefile.ntk.mk @@ -38,7 +38,7 @@ endif # Set distrho code files DISTRHO_PLUGIN_FILES = ../../dpf/distrho/DistrhoPluginMain.cpp -DISTRHO_UI_FILES = ../../dpf/distrho/DistrhoUIMain.cpp ../../dpf/libdgl.a +DISTRHO_UI_FILES = ../../dpf/distrho/DistrhoUIMain.cpp # -------------------------------------------------------------- # Handle plugins without UI