diff --git a/carla b/carla index f55b034..04558b6 160000 --- a/carla +++ b/carla @@ -1 +1 @@ -Subproject commit f55b034fb53d354fc4b0e025babc6cc3679ed6d1 +Subproject commit 04558b63101de55556733edfa4a369b51f36e9b3 diff --git a/dpf b/dpf index 1bab226..c2f66ac 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 1bab2267628ec5c58e8b41d9df4f346bbde3545a +Subproject commit c2f66ac3c7d62082d38cc806bd86e15cebb9c6a7 diff --git a/src/Makefile.cardinal.mk b/src/Makefile.cardinal.mk index ee56b7a..45661a2 100644 --- a/src/Makefile.cardinal.mk +++ b/src/Makefile.cardinal.mk @@ -320,6 +320,14 @@ $(TARGET_DIR)/%/template.vcv: ../template.vcv -@mkdir -p "$(shell dirname $@)" $(SILENT)ln -sf $(abspath $<) $@ +$(TARGET_DIR)/%/template-fx.vcv: ../template-fx.vcv + -@mkdir -p "$(shell dirname $@)" + $(SILENT)ln -sf $(abspath $<) $@ + +$(TARGET_DIR)/%/template-synth.vcv: ../template-synth.vcv + -@mkdir -p "$(shell dirname $@)" + $(SILENT)ln -sf $(abspath $<) $@ + $(TARGET_DIR)/$(NAME).lv2/resources/%: ../Rack/res/% -@mkdir -p "$(shell dirname $@)" $(SILENT)ln -sf $(abspath $<) $@