[cgma-dev] r2683 - cgm/trunk/itaps

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Thu Mar 5 13:31:55 CST 2009


Author: kraftche
Date: 2009-03-05 13:31:55 -0600 (Thu, 05 Mar 2009)
New Revision: 2683

Modified:
   cgm/trunk/itaps/Makefile.am
Log:
add test input file to tarball the correct way (missed the existing EXTRA_DIST definition

Modified: cgm/trunk/itaps/Makefile.am
===================================================================
--- cgm/trunk/itaps/Makefile.am	2009-03-05 19:29:42 UTC (rev 2682)
+++ cgm/trunk/itaps/Makefile.am	2009-03-05 19:31:55 UTC (rev 2683)
@@ -51,9 +51,6 @@
 	iBase_f.h \
 	iGeom_f.h
 
-EXTRA_DIST = size.sat
-
-
 check_PROGRAMS = $(TESTS)
 
 testgeom_SOURCES = testgeom.cc
@@ -83,7 +80,7 @@
 	echo "IGEOM_CXX_LTFLAGS = -R${libdir}" >> $(CFG_FILE)
 	echo "IGEOM_INCLUDES = -I${includedir}" >> $(CFG_FILE)
 
-EXTRA_DIST = testgeom.sat
+EXTRA_DIST = testgeom.sat size.sat
 
 CLEANFILES = iGeom-Defs.inc
 



More information about the cgma-dev mailing list