[MOAB-dev] r3617 - MOAB/trunk/test/parallel
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Mon Mar 15 10:27:29 CDT 2010
Author: kraftche
Date: 2010-03-15 10:27:29 -0500 (Mon, 15 Mar 2010)
New Revision: 3617
Modified:
MOAB/trunk/test/parallel/Makefile.am
Log:
fix automake warning
Modified: MOAB/trunk/test/parallel/Makefile.am
===================================================================
--- MOAB/trunk/test/parallel/Makefile.am 2010-03-15 15:20:45 UTC (rev 3616)
+++ MOAB/trunk/test/parallel/Makefile.am 2010-03-15 15:27:29 UTC (rev 3617)
@@ -5,7 +5,8 @@
-I.. -I$(srcdir)/.. \
-I$(top_builddir)/src \
-I$(top_srcdir)/src \
- -I$(top_srcdir)/src/parallel
+ -I$(top_srcdir)/src/parallel \
+ -I$(top_srcdir)/src/io/mhdf/include
# Run parallel tests in parallel
if USE_MPIEXEC
@@ -31,7 +32,6 @@
pcomm_unit_SOURCES = pcomm_unit.cpp
parallel_hdf5_test_SOURCES = parallel_hdf5_test.cc
mhdf_parallel_SOURCES = mhdf_parallel.c
-mhdf_parallel_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) -I$(top_srcdir)/src/io/mhdf/include
parallel_unit_tests_SOURCES = parallel_unit_tests.cpp
parallel_write_test_SOURCES = parallel_write_test.cc
uber_parallel_test_SOURCES = uber_parallel_test.cpp
More information about the moab-dev
mailing list