[yoda-svn] r585 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Apr 8 10:53:27 BST 2013


Author: dgrell
Date: Mon Apr  8 10:53:27 2013
New Revision: 585

Log:
EXTRA_DIST should not be inside conditional

Modified:
   trunk/pyext/Makefile.am

Modified: trunk/pyext/Makefile.am
==============================================================================
--- trunk/pyext/Makefile.am	Mon Apr  8 10:52:43 2013	(r584)
+++ trunk/pyext/Makefile.am	Mon Apr  8 10:53:27 2013	(r585)
@@ -1,10 +1,10 @@
+SUBDIRS = yoda
+EXTRA_DIST = template.py
+
 if ENABLE_PYEXT
 
-SUBDIRS = yoda
 CYTHONFLAGS = @CYTHONFLAGS@
 
-EXTRA_DIST = template.py
-
 all-local:
 	$(PYTHON) setup.py install --install-lib=build/
 


More information about the yoda-svn mailing list