summaryrefslogtreecommitdiff
path: root/lib/make/make.subdir
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-05-17 10:19:56 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-05-17 10:19:56 +0000
commit8dea47fc8947294f7b8426a3c1de5cb0a8ee6852 (patch)
tree38e8073e5e341ac1bcbf011d11fb37a5fd7873ca /lib/make/make.subdir
parent6abe60f39760ca57fbf7ea54a272f7ce4c262fe1 (diff)
Include the bindings configuration make.code.defn for a thorn.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3735 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.subdir')
-rw-r--r--lib/make/make.subdir3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/make/make.subdir b/lib/make/make.subdir
index 2f0a6d04..d51fc3bf 100644
--- a/lib/make/make.subdir
+++ b/lib/make/make.subdir
@@ -22,6 +22,9 @@ EXTRA_DEFINES += THORN_IS_$(THORN)
# Include the subdirectory's local include data
-include $(SRCDIR)/make.code.defn
+# Include the bindings configuration make.code.defn for the thorn
+-include $(TOP)/bindings/Configuration/$(THORN)/make.configuration.defn
+
# Turn source file names into object file names
OBJS = $(SRCS:%=%.o)