summaryrefslogtreecommitdiff
path: root/plugins/ZaMultiComp/Makefile
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2022-12-06 10:47:37 +0000
committerfalkTX <falktx@falktx.com>2022-12-06 10:47:37 +0000
commit7c18b78ee8c4fd2731f00f62b7b4763771d610f3 (patch)
tree756616a949930ff4fc6d4c1f9ddc0c10e0298dc9 /plugins/ZaMultiComp/Makefile
parent6ec507242e8b948336cc36c3fe3058db7593636a (diff)
Start updating code for latest DPF
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat (limited to 'plugins/ZaMultiComp/Makefile')
-rw-r--r--plugins/ZaMultiComp/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/plugins/ZaMultiComp/Makefile b/plugins/ZaMultiComp/Makefile
index a9fabf8..6530f22 100644
--- a/plugins/ZaMultiComp/Makefile
+++ b/plugins/ZaMultiComp/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
+TARGETS += clap
all: $(TARGETS)