[MOAB-dev] r5866 - MOAB/trunk/test/parallel
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Wed Nov 14 22:54:27 CST 2012
Author: iulian
Date: 2012-11-14 22:54:27 -0600 (Wed, 14 Nov 2012)
New Revision: 5866
Modified:
MOAB/trunk/test/parallel/Makefile.am
Log:
for out-of-source builds, we need to include (top_builddir) folder too,
because iMesh_protos.h is created in the build folder
Modified: MOAB/trunk/test/parallel/Makefile.am
===================================================================
--- MOAB/trunk/test/parallel/Makefile.am 2012-11-15 04:42:09 UTC (rev 5865)
+++ MOAB/trunk/test/parallel/Makefile.am 2012-11-15 04:54:27 UTC (rev 5866)
@@ -16,6 +16,7 @@
AM_CPPFLAGS += -I$(top_srcdir)/tools/mbcoupler \
-I$(top_srcdir)/itaps \
-I$(top_srcdir)/itaps/imesh \
+ -I$(top_builddir)/itaps/imesh \
-I$(top_srcdir)/src/moab/point_locater/lotte
endif
More information about the moab-dev
mailing list