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

tautges at mcs.anl.gov tautges at mcs.anl.gov
Mon Apr 7 13:47:12 CDT 2008


Author: tautges
Date: 2008-04-07 13:47:12 -0500 (Mon, 07 Apr 2008)
New Revision: 1745

Modified:
   MOAB/trunk/tools/iMesh/iMesh-Defs.inc.in
Log:
Fixing definition of iMesh_LIBS to include iMesh_CXX_LIBS properly.


Modified: MOAB/trunk/tools/iMesh/iMesh-Defs.inc.in
===================================================================
--- MOAB/trunk/tools/iMesh/iMesh-Defs.inc.in	2008-04-07 18:01:09 UTC (rev 1744)
+++ MOAB/trunk/tools/iMesh/iMesh-Defs.inc.in	2008-04-07 18:47:12 UTC (rev 1745)
@@ -14,7 +14,7 @@
 iMesh_LIBS = $(iMesh_LDFLAGS) -L$(MOAB_LIBDIR) \
              -L${iMesh_LIBDIR} -liMesh -lMOAB \
              @NETCDF_LIBS@ @HDF5_LIBS@ @LIBS@ \
-             $(iMesh_CXX_LDFLAGS) $(IMESM_CXX_LIBS)
+             $(iMesh_CXX_LDFLAGS) $(iMesh_CXX_LIBS)
 
 iMesh_INCLUDEDIR = @abs_srcdir@
 iMesh_LIBDIR = @abs_builddir@/.libs




More information about the moab-dev mailing list