From 5d9fdee3ddc6d3759744d0efb83577627efdd73c Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 9 Mar 2006 15:31:49 +0000 Subject: 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 --- lib/make/make.config.defn.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/make/make.config.defn.in') 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@ -- cgit v1.2.3