[cig-commits] r7578 - cs/nemesis/tags/v1.0

leif at geodynamics.org leif at geodynamics.org
Sun Jul 1 01:35:13 PDT 2007


Author: leif
Date: 2007-07-01 01:35:11 -0700 (Sun, 01 Jul 2007)
New Revision: 7578

Modified:
   cs/nemesis/tags/v1.0/Makefile.am
   cs/nemesis/tags/v1.0/Makefile.in
Log:
Added 'setup.py' to the distribution.


Modified: cs/nemesis/tags/v1.0/Makefile.am
===================================================================
--- cs/nemesis/tags/v1.0/Makefile.am	2007-07-01 08:20:00 UTC (rev 7577)
+++ cs/nemesis/tags/v1.0/Makefile.am	2007-07-01 08:35:11 UTC (rev 7578)
@@ -42,5 +42,6 @@
 		$(PYTHON) setup.py install_deps -H None -f $$top_builddir/deps --prefix=$(prefix) && \
 		$(PYTHON) setup.py egg_info -e $(pythondir)
 
+EXTRA_DIST = setup.py
 
 ## end of Makefile.am

Modified: cs/nemesis/tags/v1.0/Makefile.in
===================================================================
--- cs/nemesis/tags/v1.0/Makefile.in	2007-07-01 08:20:00 UTC (rev 7577)
+++ cs/nemesis/tags/v1.0/Makefile.in	2007-07-01 08:35:11 UTC (rev 7578)
@@ -200,6 +200,7 @@
 # mpinemesis (initializes MPI before starting Python)
 mpinemesis_SOURCES = nemesis.c
 mpinemesis_CFLAGS = -DUSE_MPI
+EXTRA_DIST = setup.py
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-am
 



More information about the cig-commits mailing list