[MOAB-dev] r1149 - MOAB/trunk/tools/iMesh
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Thu Jun 28 11:28:45 CDT 2007
Author: kraftche
Date: 2007-06-28 11:28:44 -0500 (Thu, 28 Jun 2007)
New Revision: 1149
Modified:
MOAB/trunk/tools/iMesh/Makefile.am
Log:
testc_cbind is a test, not an installed executable. change automake var appropriately
Modified: MOAB/trunk/tools/iMesh/Makefile.am
===================================================================
--- MOAB/trunk/tools/iMesh/Makefile.am 2007-06-28 04:18:55 UTC (rev 1148)
+++ MOAB/trunk/tools/iMesh/Makefile.am 2007-06-28 16:28:44 UTC (rev 1149)
@@ -13,7 +13,7 @@
DEFS += $(DEFINES)
# stuff for c test program
-bin_PROGRAMS = testc_cbind
+check_PROGRAMS = testc_cbind
testc_cbind_SOURCES = testc_cbind.c
LDADD = libiMesh.la $(top_builddir)/libMOAB.la
More information about the moab-dev
mailing list