summaryrefslogtreecommitdiff
path: root/lib/make/make.subdir
diff options
context:
space:
mode:
authorsbrandt <sbrandt@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-06-18 17:48:27 +0000
committersbrandt <sbrandt@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-06-18 17:48:27 +0000
commit0d07ac21bf7db6765b83ea1bc88f9f4f05d63af7 (patch)
tree4a411cf054e16707d91836e64c7cb666085689b3 /lib/make/make.subdir
parent47a6b6f908ad8f4607cb8e7830d8159522ce0947 (diff)
Changes for ticket #768
Change per thorn -DTHORN_IS_xxx to a per thorn -I bindings/include/xxx git-svn-id: http://svn.cactuscode.org/flesh/trunk@4839 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.subdir')
-rw-r--r--lib/make/make.subdir4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/make/make.subdir b/lib/make/make.subdir
index 8fc8bff6..51867b90 100644
--- a/lib/make/make.subdir
+++ b/lib/make/make.subdir
@@ -25,9 +25,7 @@ endif
endif
# Add appropriate include lines
-INC_DIRS += $(SRCDIR) $(SRCDIR)/include
-
-EXTRA_DEFINES += THORN_IS_$(THORN)
+INC_DIRS += $(SRCDIR) $(SRCDIR)/include $(BINDINGS_DIR)/include/$(THORN)
# Include the subdirectory's local include data
-include $(SRCDIR)/make.code.defn