[cgma-dev] r2745 - cgm/trunk/itaps

tautges at mcs.anl.gov tautges at mcs.anl.gov
Wed Mar 25 11:40:45 CDT 2009


Author: tautges
Date: 2009-03-25 11:40:44 -0500 (Wed, 25 Mar 2009)
New Revision: 2745

Modified:
   cgm/trunk/itaps/iGeom-Defs.inc.in
Log:
Small change to make behavior more consistent with iMesh/iRel.  Adding
LDFLAGS to LIBS make variable.

Thanks to Jed Brown for the patch.



Modified: cgm/trunk/itaps/iGeom-Defs.inc.in
===================================================================
--- cgm/trunk/itaps/iGeom-Defs.inc.in	2009-03-24 19:23:54 UTC (rev 2744)
+++ cgm/trunk/itaps/iGeom-Defs.inc.in	2009-03-25 16:40:44 UTC (rev 2745)
@@ -10,7 +10,7 @@
 # The useful flags we are providing
 IGEOM_LDFLAGS = $(IGEOM_CXX_LDFLAGS) @CGM_EXT_LDFLAGS@ @CGM_CXX_LINKFLAGS@
 IGEOM_LTFLAGS = $(IGEOM_CXX_LTFLAGS) @CGM_EXT_LTFLAGS@ 
-IGEOM_LIBS    = -liGeom -lcgm @CGM_EXT_LIBS@ @CGM_CXX_LIBS@
+IGEOM_LIBS    = $(IGEOM_LDFLAGS) -liGeom -lcgm @CGM_EXT_LIBS@ @CGM_CXX_LIBS
 
 # These are overridden after this file in installed
 IGEOM_CXX_LDFLAGS = -L at abs_top_builddir@/.libs -L at abs_builddir@/.libs



More information about the cgma-dev mailing list