summaryrefslogtreecommitdiff
path: root/plugins/ZamVerb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamVerb/Makefile')
-rw-r--r--plugins/ZamVerb/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/plugins/ZamVerb/Makefile b/plugins/ZamVerb/Makefile
index 553118f..0b78b3e 100644
--- a/plugins/ZamVerb/Makefile
+++ b/plugins/ZamVerb/Makefile
@@ -53,17 +53,10 @@ LINK_FLAGS += -lpthread
# --------------------------------------------------------------
-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)