[MOAB-dev] r3257 - MOAB/trunk/test/h5file

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Mon Nov 2 16:06:13 CST 2009


Author: kraftche
Date: 2009-11-02 16:06:12 -0600 (Mon, 02 Nov 2009)
New Revision: 3257

Modified:
   MOAB/trunk/test/h5file/Makefile.am
Log:
fix parallel test compilation

Modified: MOAB/trunk/test/h5file/Makefile.am
===================================================================
--- MOAB/trunk/test/h5file/Makefile.am	2009-11-02 20:31:04 UTC (rev 3256)
+++ MOAB/trunk/test/h5file/Makefile.am	2009-11-02 22:06:12 UTC (rev 3257)
@@ -1,6 +1,11 @@
 
 DEFS = $(DEFINES)
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/mhdf/include -I$(top_builddir)
+INCLUDES += -I$(top_srcdir) \
+            -I$(top_srcdir)/mhdf/include \
+            -I$(top_builddir) \
+            -I$(top_srcdir)/parallel \
+	    -I$(top_builddir)/parallel
+
 check_PROGRAMS = h5test h5legacy h5varlen h5sets_test h5regression h5partial
 
 TESTS = $(check_PROGRAMS)



More information about the moab-dev mailing list