[Rivet-svn] r2491 - trunk/src

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sun Jun 20 23:37:23 BST 2010


Author: buckley
Date: Sun Jun 20 23:37:23 2010
New Revision: 2491

Log:
Fixing directory build order: change required after introduction of libRivetAnalysisTools intermediate library

Modified:
   trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	Sat Jun 19 22:17:26 2010	(r2490)
+++ trunk/src/Makefile.am	Sun Jun 20 23:37:23 2010	(r2491)
@@ -1,7 +1,8 @@
-SUBDIRS = Core Projections Tools .
+SUBDIRS = Core Projections Tools
 if ENABLE_ANALYSES
 SUBDIRS += Analyses
 endif
+SUBDIRS += .
 
 lib_LTLIBRARIES = libRivet.la
 


More information about the Rivet-svn mailing list