[MOAB-dev] r2040 - MOAB/trunk/tools/iMesh

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Thu Aug 14 15:20:33 CDT 2008


Author: kraftche
Date: 2008-08-14 15:20:33 -0500 (Thu, 14 Aug 2008)
New Revision: 2040

Modified:
   MOAB/trunk/tools/iMesh/iMesh-Defs.inc.in
Log:
s/MOAB_CXX_LDFLAGS/MOAB_CXX_LINKFLAGS

Modified: MOAB/trunk/tools/iMesh/iMesh-Defs.inc.in
===================================================================
--- MOAB/trunk/tools/iMesh/iMesh-Defs.inc.in	2008-08-12 18:57:38 UTC (rev 2039)
+++ MOAB/trunk/tools/iMesh/iMesh-Defs.inc.in	2008-08-14 20:20:33 UTC (rev 2040)
@@ -1,7 +1,7 @@
 iMesh_CXXFLAGS = @CXXFLAGS@ 
 iMesh_CFLAGS = @CFLAGS@
 iMesh_LDFLAGS = @LDFLAGS@ @AM_LDFLAGS@
-iMesh_CXX_LDFLAGS = @MOAB_CXX_LDFLAGS@
+iMesh_CXX_LDFLAGS = @MOAB_CXX_LINKFLAGS@
 iMesh_CXX_LIBS = @MOAB_CXX_LIBS@
 
 iMesh_FC = @FC@




More information about the moab-dev mailing list