[cig-commits] r7766 - cs/spatialdata-0.1/trunk

leif at geodynamics.org leif at geodynamics.org
Tue Jul 31 14:56:42 PDT 2007


Author: leif
Date: 2007-07-31 14:56:41 -0700 (Tue, 31 Jul 2007)
New Revision: 7766

Modified:
   cs/spatialdata-0.1/trunk/Makefile.am
Log:
Added egg-related files missing from source tarball.  But "make dist"
still produces a broken tarball.  I can't figure out what Brad's
"export-data" Makefile targets are for.  See the CitcomS package for
examples on how to install data files using Automake (e.g.,
etc/Makefile.am, examples/Makefile.am, ...).


Modified: cs/spatialdata-0.1/trunk/Makefile.am
===================================================================
--- cs/spatialdata-0.1/trunk/Makefile.am	2007-07-31 20:52:04 UTC (rev 7765)
+++ cs/spatialdata-0.1/trunk/Makefile.am	2007-07-31 21:56:41 UTC (rev 7766)
@@ -34,6 +34,10 @@
 	CPPFLAGS="-I${PROJ4_INCDIR} -I${CPPUNIT_INCDIR} -I${PYTHIA_INCDIR} -I${CIG_INCDIR}" \
 	LDFLAGS="-L${PROJ4_LIBDIR} -L${CPPUNIT_LIBDIR} -L${CIG_LIBDIR}"
 
+EXTRA_DIST = \
+	setup.py \
+	archimedes/__init__.py
+
 install-data-hook:
 	top_builddir=`$(am__cd) $(top_builddir) && pwd` && \
 		cd $(top_srcdir) && \



More information about the cig-commits mailing list