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

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Oct 21 09:04:55 CDT 2008


Author: kraftche
Date: 2008-10-21 09:04:54 -0500 (Tue, 21 Oct 2008)
New Revision: 2165

Modified:
   MOAB/trunk/tools/iMesh/Makefile.am
Log:
add new file to SOURCES list in Makefile.am--fixes nightly test issue

Modified: MOAB/trunk/tools/iMesh/Makefile.am
===================================================================
--- MOAB/trunk/tools/iMesh/Makefile.am	2008-10-20 20:34:01 UTC (rev 2164)
+++ MOAB/trunk/tools/iMesh/Makefile.am	2008-10-21 14:04:54 UTC (rev 2165)
@@ -20,7 +20,8 @@
 testc_cbind_DEPENDENCIES = libiMesh.la $(top_builddir)/libMOAB.la
 
 libiMesh_la_SOURCES = \
-	iMesh_MOAB.cpp
+	iMesh_MOAB.cpp \
+	iMesh_MOAB.hpp
 
 libiMesh_la_include_HEADERS = iMesh.h \
                              iMesh_extensions.h \




More information about the moab-dev mailing list