[MOAB-dev] r5911 - MOAB/trunk/tools
    iulian at mcs.anl.gov 
    iulian at mcs.anl.gov
       
    Thu Dec 13 22:03:07 CST 2012
    
    
  
Author: iulian
Date: 2012-12-13 22:03:06 -0600 (Thu, 13 Dec 2012)
New Revision: 5911
Modified:
   MOAB/trunk/tools/Makefile.am
Log:
tools that depend on imesh need to have this build folder (top_builddir)/itaps/imesh included,
otherwise iMesh_protos.h cannot be found.
Modified: MOAB/trunk/tools/Makefile.am
===================================================================
--- MOAB/trunk/tools/Makefile.am	2012-12-14 00:10:11 UTC (rev 5910)
+++ MOAB/trunk/tools/Makefile.am	2012-12-14 04:03:06 UTC (rev 5911)
@@ -3,6 +3,7 @@
                -I$(top_builddir)/src \
                -I$(top_srcdir)/src/parallel \
 	       -I$(top_srcdir)/itaps \
+	       -I$(top_builddir)/itaps/imesh \
                -I$(top_builddir)/src/parallel 
 
 LDADD = $(top_builddir)/src/libMOAB.la
    
    
More information about the moab-dev
mailing list