[MOAB-dev] r1377 - MOAB/trunk/parallel

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Mon Nov 12 07:43:19 CST 2007


Author: kraftche
Date: 2007-11-12 07:43:19 -0600 (Mon, 12 Nov 2007)
New Revision: 1377

Modified:
   MOAB/trunk/parallel/Makefile.am
Log:
fix out-of-tree build

Modified: MOAB/trunk/parallel/Makefile.am
===================================================================
--- MOAB/trunk/parallel/Makefile.am	2007-11-09 23:22:17 UTC (rev 1376)
+++ MOAB/trunk/parallel/Makefile.am	2007-11-12 13:43:19 UTC (rev 1377)
@@ -9,7 +9,7 @@
          
 # Some variables
 DEFS = $(DEFINES) -DIS_BUILDING_MB
-INCLUDES += -I$(top_builddir) 
+INCLUDES += -I$(top_srcdir) -I$(top_builddir) 
 
 # The directory in which to install headers
 libMOABpar_la_includedir = $(includedir)




More information about the moab-dev mailing list