summaryrefslogtreecommitdiff
path: root/plugins/ZamSynth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamSynth/Makefile')
-rw-r--r--plugins/ZamSynth/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/plugins/ZamSynth/Makefile b/plugins/ZamSynth/Makefile
index bdfc5d4..3c041a6 100644
--- a/plugins/ZamSynth/Makefile
+++ b/plugins/ZamSynth/Makefile
@@ -27,17 +27,10 @@ include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
# Enable all possible plugin types
-ifeq ($(HAVE_JACK),true)
TARGETS += jack
-endif
-
-ifeq ($(HAVE_DGL),true)
TARGETS += lv2_sep
-else
-TARGETS += lv2_dsp
-endif
-
-TARGETS += vst
+TARGETS += vst2
+TARGETS += vst3
all: $(TARGETS)