[MOAB-dev] r3727 - MOAB/trunk/itaps/imesh
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Mar 30 10:49:24 CDT 2010
Author: kraftche
Date: 2010-03-30 10:49:23 -0500 (Tue, 30 Mar 2010)
New Revision: 3727
Modified:
MOAB/trunk/itaps/imesh/Makefile.am
Log:
fix 'make dist' issue
Modified: MOAB/trunk/itaps/imesh/Makefile.am
===================================================================
--- MOAB/trunk/itaps/imesh/Makefile.am 2010-03-29 21:07:33 UTC (rev 3726)
+++ MOAB/trunk/itaps/imesh/Makefile.am 2010-03-30 15:49:23 UTC (rev 3727)
@@ -39,8 +39,8 @@
testc_cbind_DEPENDENCIES = $(TESTDEPS)
partest_SOURCES = partest.cpp
partest_DEPENDENCIES = $(TESTDEPS)
-# iMeshP_unit_tests_SOURCES = iMeshP_unit_tests.cpp
-# iMeshP_unit_tests_DEPENDENCIES = $(TESTDEPS)
+iMeshP_unit_tests_SOURCES = iMeshP_unit_tests.cpp
+iMeshP_unit_tests_DEPENDENCIES = $(TESTDEPS)
lib_LTLIBRARIES = libiMesh.la
More information about the moab-dev
mailing list