summaryrefslogtreecommitdiff
path: root/plugins/ZamTube/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamTube/Makefile')
-rw-r--r--plugins/ZamTube/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/ZamTube/Makefile b/plugins/ZamTube/Makefile
index 8f7ebb7..6cc51d7 100644
--- a/plugins/ZamTube/Makefile
+++ b/plugins/ZamTube/Makefile
@@ -21,13 +21,17 @@ OBJS_UI = \
ZamTubeUI.cpp.o
# --------------------------------------------------------------
-# No custom UI for now
+# Do some magic
-#TARGET_NOUI = true
+include ../Makefile.mk
# --------------------------------------------------------------
-# Do some magic
+# Enable all possible plugin types
-include ../Makefile.mk
+ifeq ($(LINUX),true)
+all: jack ladspa dssi lv2_sep vst
+else
+all: ladspa dssi lv2_sep vst
+endif
# --------------------------------------------------------------