[cgma-dev] r2012 - cgm/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Tue Jul 15 09:21:13 CDT 2008
Author: kraftche
Date: 2008-07-15 09:21:13 -0500 (Tue, 15 Jul 2008)
New Revision: 2012
Modified:
cgm/trunk/Makefile.am
Log:
export more link flags in cgm.make when building against an existing cubit lib
Modified: cgm/trunk/Makefile.am
===================================================================
--- cgm/trunk/Makefile.am 2008-07-15 14:20:32 UTC (rev 2011)
+++ cgm/trunk/Makefile.am 2008-07-15 14:21:13 UTC (rev 2012)
@@ -50,6 +50,8 @@
util/libcubit_util.la
else
CORE_CGM_LIBS = $(CUBIT_LTFLAGS) $(CUBIT_LDFLAGS) $(CUBIT_LIBS)
+ EXT_LINK_FLAGS += $(CUBIT_LDFLAGS)
+ EXT_LIBTOOL_FLAGS += $(CUBIT_LTFLAGS)
endif
More information about the cgma-dev
mailing list