summaryrefslogtreecommitdiff
path: root/plugins/ZamSynth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamSynth/Makefile')
-rw-r--r--plugins/ZamSynth/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/ZamSynth/Makefile b/plugins/ZamSynth/Makefile
index 20bb571..bdfc5d4 100644
--- a/plugins/ZamSynth/Makefile
+++ b/plugins/ZamSynth/Makefile
@@ -31,15 +31,6 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
-TARGETS += dssi_dsp
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi_ui
-endif
-endif
-endif
-
ifeq ($(HAVE_DGL),true)
TARGETS += lv2_sep
else