[Rivet-svn] r2084 - trunk/src

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Nov 23 12:15:39 GMT 2009


Author: hoeth
Date: Mon Nov 23 12:15:39 2009
New Revision: 2084

Log:
compile and install libyaml before trying to link the analyses (because that's when we need it)

Modified:
   trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	Mon Nov 23 11:39:00 2009	(r2083)
+++ trunk/src/Makefile.am	Mon Nov 23 12:15:39 2009	(r2084)
@@ -1,8 +1,8 @@
 SUBDIRS = Projections
+SUBDIRS += Tools . Test
 if ENABLE_ANALYSES
 SUBDIRS += Analyses
 endif
-SUBDIRS += Tools . Test
 
 lib_LTLIBRARIES  = libRivet.la
 


More information about the Rivet-svn mailing list