summaryrefslogtreecommitdiff
path: root/plugins/ZamComp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamComp/Makefile')
-rw-r--r--plugins/ZamComp/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/ZamComp/Makefile b/plugins/ZamComp/Makefile
index 12ab20a..16fa761 100644
--- a/plugins/ZamComp/Makefile
+++ b/plugins/ZamComp/Makefile
@@ -20,13 +20,17 @@ OBJS_UI = \
ZamCompUI.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
# --------------------------------------------------------------