summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-03-09 15:31:49 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-03-09 15:31:49 +0000
commit5d9fdee3ddc6d3759744d0efb83577627efdd73c (patch)
tree498976fd6302a8bc0908b81137008c5f078db772 /lib/make/make.config.defn.in
parent5f94cae865ed98a36e31b05677dbf3f32c5a2608 (diff)
Move the inclusion of bindings/Configuration/make.link from make.configuration
up into make.config.defn so that the latter file has a chance of appending necessary system libs to the linker command line. This applies patch http://www.cactuscode.org/old/pipermail/patches/2006-March/000156.html with a slight modification: the make.link file is included directly in make.config.defn, not in make.extra.defn (as proposed in the original patch). git-svn-id: http://svn.cactuscode.org/flesh/trunk@4268 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index bb1b7b54..12f523af 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -14,6 +14,9 @@
# Include stuff defined by optional extra arrangements
include $(TOP)/config-data/make.extra.defn
+# Include all required external libraries from configuration
+-include $(TOP)/bindings/Configuration/make.link
+
# Compiler/executable info
SHELL = @SHELL@