summaryrefslogtreecommitdiff
path: root/plugins/ZamPhono/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamPhono/Makefile')
-rw-r--r--plugins/ZamPhono/Makefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/plugins/ZamPhono/Makefile b/plugins/ZamPhono/Makefile
index 3bf75da..7d61fed 100644
--- a/plugins/ZamPhono/Makefile
+++ b/plugins/ZamPhono/Makefile
@@ -27,23 +27,10 @@ include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
# Enable all possible plugin types
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_JACK),true)
TARGETS += jack
-endif
-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)