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

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Thu Mar 11 11:05:51 CST 2010


Author: kraftche
Date: 2010-03-11 11:05:51 -0600 (Thu, 11 Mar 2010)
New Revision: 3587

Modified:
   MOAB/trunk/src/parallel/Makefile.am
Log:
fix include paths for parallel

Modified: MOAB/trunk/src/parallel/Makefile.am
===================================================================
--- MOAB/trunk/src/parallel/Makefile.am	2010-03-11 00:41:34 UTC (rev 3586)
+++ MOAB/trunk/src/parallel/Makefile.am	2010-03-11 17:05:51 UTC (rev 3587)
@@ -10,7 +10,9 @@
 # Some variables
 AM_CPPFLAGS += -DIS_BUILDING_MB -DSRCDIR=$(srcdir) \
                -I$(srcdir)/.. -I.. -I$(srcdir)/../io \
-               -I$(srcdir)/../moab -I../moab  -I$(srcdir)/moab
+               -I$(srcdir)/../io/mhdf/include  \
+               -I$(builddir)/../moab -I../moab  \
+               -I$(srcdir)/moab -Imoab
 
 # The directory in which to install headers
 libMOABpar_la_includedir = $(includedir)
@@ -49,7 +51,6 @@
 
 if PARALLEL_HDF5
 #  libMOABpar_la_LIBADD = $(top_builddir)/mhdf/libmhdf.la
-  AM_CPPFLAGS += -I$(srcdir)/../mhdf/inc
   MOAB_PARALLEL_SRCS += WriteHDF5Parallel.cpp 
   MOAB_PARALLEL_HDRS += WriteHDF5Parallel.hpp
 endif



More information about the moab-dev mailing list