summaryrefslogtreecommitdiff
path: root/plugins/ZamHeadX2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamHeadX2/Makefile')
-rw-r--r--plugins/ZamHeadX2/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/plugins/ZamHeadX2/Makefile b/plugins/ZamHeadX2/Makefile
index 475fa48..86c0285 100644
--- a/plugins/ZamHeadX2/Makefile
+++ b/plugins/ZamHeadX2/Makefile
@@ -52,17 +52,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)