[MOAB-dev] r2669 - in MOAB/trunk: . tools/iMesh

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Fri Feb 27 11:35:12 CST 2009


Author: kraftche
Date: 2009-02-27 11:35:12 -0600 (Fri, 27 Feb 2009)
New Revision: 2669

Modified:
   MOAB/trunk/Makefile.am
   MOAB/trunk/tools/iMesh/Makefile.am
Log:
fix 'make dist'

Modified: MOAB/trunk/Makefile.am
===================================================================
--- MOAB/trunk/Makefile.am	2009-02-27 17:30:52 UTC (rev 2668)
+++ MOAB/trunk/Makefile.am	2009-02-27 17:35:12 UTC (rev 2669)
@@ -359,7 +359,7 @@
 mbcn_test_SOURCES = MBCN.hpp MBCN.cpp mbcn_test.cc
 mbcn_test_CPPFLAGS = -DSRCDIR=$(srcdir)  # define anything to work around build issue
 
-EXTRA_DIST = test.cub quad9.cub hex27.cub
+EXTRA_DIST = test.cub 
 
 # Other files to clean up (e.g. output from tests)
 MOSTLYCLEANFILES = dumped_acis.sat tree.h5m

Modified: MOAB/trunk/tools/iMesh/Makefile.am
===================================================================
--- MOAB/trunk/tools/iMesh/Makefile.am	2009-02-27 17:30:52 UTC (rev 2668)
+++ MOAB/trunk/tools/iMesh/Makefile.am	2009-02-27 17:35:12 UTC (rev 2669)
@@ -15,7 +15,7 @@
 
 # stuff for c test program
 check_PROGRAMS = testc_cbind
-EXTRA_DIST = brick.vtk
+EXTRA_DIST = brick.vtk quad9.cub
 
 libiMesh_la_SOURCES = \
 	iMesh_MOAB.cpp \



More information about the moab-dev mailing list