summaryrefslogtreecommitdiff
path: root/plugins/ZamPhono/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/ZamPhono/Makefile
parentaf338057e42dd5d07cba1889bfc74eda517c6147 (diff)
Fix for *BSD: Build ladspa not just on GNU/Linux
Diffstat (limited to 'plugins/ZamPhono/Makefile')
-rw-r--r--plugins/ZamPhono/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/ZamPhono/Makefile b/plugins/ZamPhono/Makefile
index b351ce2..3bf75da 100644
--- a/plugins/ZamPhono/Makefile
+++ b/plugins/ZamPhono/Makefile
@@ -33,13 +33,8 @@ TARGETS += jack
endif
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)