summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-10 17:27:23 -0400
committermidipix <writeonce@midipix.org>2016-05-10 17:32:15 -0400
commitf3f0f3015f87149216beb70a9e57e8e4e4d00660 (patch)
tree38470ddd246f2d7dbeb2df2046ff2d3b54b2bd5e /Makefile.in
parent64b1b59b218852cebacd6a44604f4b9c1030dd84 (diff)
downloadapimagic-f3f0f3015f87149216beb70a9e57e8e4e4d00660.tar.bz2
apimagic-f3f0f3015f87149216beb70a9e57e8e4e4d00660.tar.xz
build system: moved core definition files to a designated folder.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 418a787..9f87f7f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -79,9 +79,9 @@ include $(PROJECT_DIR)/sysinfo/host/$(HOST).mk
include $(PROJECT_DIR)/sysinfo/compiler/$(COMPILER).mk
include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk
-include $(PROJECT_DIR)/project/defs.mk
-include $(PROJECT_DIR)/project/version.mk
-include $(PROJECT_DIR)/project/custom.mk
+include $(PROJECT_DIR)/sofort/defs.mk
+include $(PROJECT_DIR)/sofort/version.mk
+include $(PROJECT_DIR)/sofort/custom.mk
include $(PROJECT_DIR)/project/tree.mk
include $(PROJECT_DIR)/project/depends.mk