summaryrefslogtreecommitdiff
path: root/plugins/ZaMultiCompX2/Makefile
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2019-06-07 22:17:46 +1000
committerDamien Zammit <damien@zamaudio.com>2019-06-07 22:17:46 +1000
commitce45995ad180289bd03ddcc55798e29b74ec4f02 (patch)
tree1410eb58ba0f85fa573e70ebd07013a1d3ef63ce /plugins/ZaMultiCompX2/Makefile
parentaf338057e42dd5d07cba1889bfc74eda517c6147 (diff)
Fix for *BSD: Build ladspa not just on GNU/Linux
Diffstat (limited to 'plugins/ZaMultiCompX2/Makefile')
-rw-r--r--plugins/ZaMultiCompX2/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/ZaMultiCompX2/Makefile b/plugins/ZaMultiCompX2/Makefile
index e67faee..73fe99d 100644
--- a/plugins/ZaMultiCompX2/Makefile
+++ b/plugins/ZaMultiCompX2/Makefile
@@ -31,13 +31,8 @@ ifeq ($(HAVE_JACK),true)
TARGETS += jack
endif
-ifeq ($(LINUX),true)
+ifeq ($(UNIX),true)
TARGETS += ladspa
-ifeq ($(HAVE_DGL),true)
-ifeq ($(HAVE_LIBLO),true)
-TARGETS += dssi
-endif
-endif
endif
ifeq ($(HAVE_DGL),true)