[MOAB-dev] r2665 - MOAB/trunk/tools/mbperf
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Thu Feb 26 16:24:14 CST 2009
Author: kraftche
Date: 2009-02-26 16:24:14 -0600 (Thu, 26 Feb 2009)
New Revision: 2665
Modified:
MOAB/trunk/tools/mbperf/Makefile.am
Log:
I can't reproduce the problem that Paul and others are seeing because for some reason my version of automake puts generated source files such as iMesh_protos.h in the source tree, but hopefully this fixed the problem
Modified: MOAB/trunk/tools/mbperf/Makefile.am
===================================================================
--- MOAB/trunk/tools/mbperf/Makefile.am 2009-02-26 22:09:10 UTC (rev 2664)
+++ MOAB/trunk/tools/mbperf/Makefile.am 2009-02-26 22:24:14 UTC (rev 2665)
@@ -21,6 +21,7 @@
-I$(top_srcdir)/tools/iMesh \
-I$(top_srcdir)/tools/iMesh/SIDL/mserver \
-I../iMesh/SIDL/mserver \
+ -I../iMesh \
$(babel_includes)
bin_PROGRAMS = mbperf $(babel_progs) $(imesh_progs)
More information about the moab-dev
mailing list