summaryrefslogtreecommitdiff
path: root/plugins/ZamVerb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamVerb/Makefile')
-rw-r--r--plugins/ZamVerb/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/ZamVerb/Makefile b/plugins/ZamVerb/Makefile
index cfa412c..82c3bab 100644
--- a/plugins/ZamVerb/Makefile
+++ b/plugins/ZamVerb/Makefile
@@ -28,21 +28,11 @@ OBJS_UI = \
include ../Makefile.mk
# --------------------------------------------------------------
-# Enable all possible plugin types
ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
-TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
-endif
-
ifeq ($(HAVE_DGL),true)
TARGETS += lv2_sep
else