summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2016-04-04 00:32:41 +1000
committerDamien Zammit <damien@zamaudio.com>2016-04-04 00:32:41 +1000
commit5bdcffe501011b033c1550d25ec18af9852b0b7c (patch)
tree27de287fe6859791d49f6570e8bc543e6e5e2dda
parent0cd50e32d893256fe3e83b4514e70e59e8c4db94 (diff)
Require DPF/DGL for build
Signed-off-by: Damien Zammit <damien@zamaudio.com>
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index eae1289..ba79a67 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,7 @@ include Makefile.mk
all: libs $(PLUGINS) gen
libs:
-ifeq ($(HAVE_DGL),true)
$(MAKE) -C dpf/dgl
-endif
gen: $(PLUGINS) dpf/utils/lv2_ttl_generator
@$(CURDIR)/dpf/utils/generate-ttl.sh
@@ -65,9 +63,7 @@ clean:
for plugin in $(PLUGINS); do \
$(MAKE) -C plugins/"$$plugin" clean; \
done
-ifeq ($(HAVE_DGL),true)
$(MAKE) clean -C dpf/dgl
-endif
$(MAKE) clean -C dpf/utils/lv2-ttl-generator
# --------------------------------------------------------------