summaryrefslogtreecommitdiff
path: root/plugins/ZamEQ2/Makefile
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2022-12-06 13:23:13 +0000
committerfalkTX <falktx@falktx.com>2022-12-06 13:23:13 +0000
commitf1c07986496bd7ac7d9fc78023614b95955e7e64 (patch)
treeb2212391b52273e58d35c862e738797271805d1c /plugins/ZamEQ2/Makefile
parent2e8157e70e1ee415b6a7d7a725f9296cb3cc5ef6 (diff)
Simplify build targets, enable vst3 for everything
Signed-off-by: falkTX <falktx@falktx.com>
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)