summaryrefslogtreecommitdiff
path: root/plugins/ZamEQ2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamEQ2/Makefile')
-rw-r--r--plugins/ZamEQ2/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/plugins/ZamEQ2/Makefile b/plugins/ZamEQ2/Makefile
index 5710b55..43a3276 100644
--- a/plugins/ZamEQ2/Makefile
+++ b/plugins/ZamEQ2/Makefile
@@ -27,21 +27,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)