summaryrefslogtreecommitdiff
path: root/plugins/ZamTube
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-04-11 19:14:57 +0100
committerfalkTX <falktx@gmail.com>2014-04-11 19:14:57 +0100
commit5e9fb7fbf27f8c40c0dee414805371be4969771c (patch)
treec4bc7e3c0c9fc77778eca6bb48926949421bcd42 /plugins/ZamTube
parent58e3e2785523f8a43e1c5dfa1ce67fcee1da8017 (diff)
Build all plugins without UI; Other minor changes
Diffstat (limited to 'plugins/ZamTube')
-rw-r--r--plugins/ZamTube/DistrhoPluginInfo.h2
-rw-r--r--plugins/ZamTube/Makefile5
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/ZamTube/DistrhoPluginInfo.h b/plugins/ZamTube/DistrhoPluginInfo.h
index 0864acc..5b01eef 100644
--- a/plugins/ZamTube/DistrhoPluginInfo.h
+++ b/plugins/ZamTube/DistrhoPluginInfo.h
@@ -20,7 +20,7 @@
#define DISTRHO_PLUGIN_NAME "ZamTube"
-#define DISTRHO_PLUGIN_HAS_UI 1
+#define DISTRHO_PLUGIN_HAS_UI 0
#define DISTRHO_PLUGIN_IS_SYNTH 0
#define DISTRHO_PLUGIN_NUM_INPUTS 1
diff --git a/plugins/ZamTube/Makefile b/plugins/ZamTube/Makefile
index d302396..01a4e07 100644
--- a/plugins/ZamTube/Makefile
+++ b/plugins/ZamTube/Makefile
@@ -21,6 +21,11 @@ OBJS_UI = \
ZamTubeUI.cpp.o
# --------------------------------------------------------------
+# No custom UI for now
+
+TARGET_NOUI = true
+
+# --------------------------------------------------------------
# Do some magic
include ../Makefile.mk