summaryrefslogtreecommitdiff
path: root/plugins/ZamTube/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamTube/Makefile')
-rw-r--r--plugins/ZamTube/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/plugins/ZamTube/Makefile b/plugins/ZamTube/Makefile
index dec298b..5dd05f5 100644
--- a/plugins/ZamTube/Makefile
+++ b/plugins/ZamTube/Makefile
@@ -29,21 +29,11 @@ include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
# Enable all possible plugin types
-ifeq ($(HAVE_JACK),true)
TARGETS += jack
-endif
-
-ifeq ($(UNIX),true)
TARGETS += ladspa
-endif
-
-ifeq ($(HAVE_DGL),true)
TARGETS += lv2_sep
-else
-TARGETS += lv2_dsp
-endif
-
-TARGETS += vst
+TARGETS += vst2
+TARGETS += vst3
all: $(TARGETS)