Browse Source

No need to link NTK plugins to DGL static lib

pull/2/head
falkTX 10 years ago
parent
commit
24521af069
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Makefile.ntk.mk

+ 1
- 1
plugins/Makefile.ntk.mk View File

@@ -38,7 +38,7 @@ endif
# Set distrho code files # Set distrho code files


DISTRHO_PLUGIN_FILES = ../../dpf/distrho/DistrhoPluginMain.cpp 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 # Handle plugins without UI


Loading…
Cancel
Save