[MOAB-dev] r3581 - MOAB/trunk/itaps/igeom
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Mar 10 12:25:50 CST 2010
Author: kraftche
Date: 2010-03-10 12:25:50 -0600 (Wed, 10 Mar 2010)
New Revision: 3581
Modified:
MOAB/trunk/itaps/igeom/Makefile.am
Log:
fix build issue
Modified: MOAB/trunk/itaps/igeom/Makefile.am
===================================================================
--- MOAB/trunk/itaps/igeom/Makefile.am 2010-03-10 18:15:10 UTC (rev 3580)
+++ MOAB/trunk/itaps/igeom/Makefile.am 2010-03-10 18:25:50 UTC (rev 3581)
@@ -5,7 +5,7 @@
-I$(top_builddir)/src \
-I$(top_srcdir)/src/moab \
-I$(top_builddir)/src/moab \
- -I. -I$(srcdir)/.. \
+ -I.. -I$(srcdir)/.. \
-I$(top_srcdir)/itaps/imesh \
-I$(top_builddir)/itaps/imesh
@@ -21,10 +21,8 @@
iGeom_MOAB.cpp
libiGeomMOAB_la_include_HEADERS = \
- iBase.h \
iGeom.h \
iGeom_protos.h \
- iBase_f.h \
iGeom_f.h
# stuff for test program
More information about the moab-dev
mailing list