From 1a32c6dd54b3441bb9d826b9d47b7829e9f1346f Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 10 Oct 2014 18:15:05 +0100 Subject: [PATCH] Don't build ntk stuff per default; Update submodule --- Makefile | 8 ++++---- dpf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 349f1c4..79a4a9a 100644 --- a/Makefile +++ b/Makefile @@ -12,12 +12,12 @@ libs: $(MAKE) -C dpf/dgl plugins: libs - $(MAKE) all -C plugins/openav-ducka - $(MAKE) all -C plugins/openav-roomy $(MAKE) all -C plugins/Info $(MAKE) all -C plugins/Meters $(MAKE) all -C plugins/Parameters $(MAKE) all -C plugins/States + #$(MAKE) all -C plugins/openav-ducka + #$(MAKE) all -C plugins/openav-roomy gen: plugins dpf/utils/lv2_ttl_generator @$(CURDIR)/dpf/utils/generate-ttl.sh @@ -30,12 +30,12 @@ dpf/utils/lv2_ttl_generator: clean: $(MAKE) clean -C dpf/dgl $(MAKE) clean -C dpf/utils/lv2-ttl-generator - $(MAKE) clean -C plugins/openav-ducka - $(MAKE) clean -C plugins/openav-roomy $(MAKE) clean -C plugins/Info $(MAKE) clean -C plugins/Meters $(MAKE) clean -C plugins/Parameters $(MAKE) clean -C plugins/States + #$(MAKE) clean -C plugins/openav-ducka + #$(MAKE) clean -C plugins/openav-roomy # -------------------------------------------------------------- diff --git a/dpf b/dpf index 7054612..22e8002 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 705461229ce83c1d1c4b8b84c8668a2a5b7dde02 +Subproject commit 22e800215d02ef816a12c3279f17b47dcbad8a0c