[MOAB-dev] r5363 - MOAB/trunk/src/parallel

nbertram at wisc.edu nbertram at wisc.edu
Wed Feb 1 10:42:05 CST 2012


Author: bertram
Date: 2012-02-01 10:42:05 -0600 (Wed, 01 Feb 2012)
New Revision: 5363

Modified:
   MOAB/trunk/src/parallel/Makefile.am
Log:
Fixing Makefile.am for TupleList.hpp and gs.hpp

Modified: MOAB/trunk/src/parallel/Makefile.am
===================================================================
--- MOAB/trunk/src/parallel/Makefile.am	2012-02-01 16:02:33 UTC (rev 5362)
+++ MOAB/trunk/src/parallel/Makefile.am	2012-02-01 16:42:05 UTC (rev 5363)
@@ -34,8 +34,8 @@
      ReadParallel.hpp \
      SharedSetData.cpp \
      SharedSetData.hpp \
-     gs.cpp gs.hpp TupleList.cpp \
-     TupleList.hpp 
+     gs.cpp \
+     TupleList.cpp
      
 
 # The list of header files which are to be installed
@@ -46,7 +46,9 @@
      moab/ParallelMergeMesh.hpp \
      moab/ProcConfig.hpp \
      moab/ParallelData.hpp \
-     MBParallelConventions.h
+     MBParallelConventions.h \
+     moab/gs.hpp \
+     moab/TupleList.hpp
 
 if PARALLEL_HDF5
 #  libMOABpar_la_LIBADD = $(top_builddir)/mhdf/libmhdf.la



























More information about the moab-dev mailing list