[MOAB-dev] r5198 - MOAB/trunk/test

iulian at mcs.anl.gov iulian at mcs.anl.gov
Mon Oct 24 16:26:40 CDT 2011


Author: iulian
Date: 2011-10-24 16:26:39 -0500 (Mon, 24 Oct 2011)
New Revision: 5198

Modified:
   MOAB/trunk/test/Makefile.am
Log:
 this typo was causing problems only for an out of source build
(more exactly, during make check, kd_tree_test could not be compiled) 


Modified: MOAB/trunk/test/Makefile.am
===================================================================
--- MOAB/trunk/test/Makefile.am	2011-10-24 03:31:07 UTC (rev 5197)
+++ MOAB/trunk/test/Makefile.am	2011-10-24 21:26:39 UTC (rev 5198)
@@ -125,7 +125,7 @@
 
 if PARALLEL
 moab_test_CPPFLAGS += -I$(top_srcdir)/src/parallel
-kd_tree_test_CPPFLAGS = -I$(top_srcdir)/src/parallel
+kd_tree_test_CPPFLAGS += -I$(top_srcdir)/src/parallel
 test_prog_opt_CPPFLAGS += -I$(top_srcdir)/src/parallel
 endif
 








































More information about the moab-dev mailing list