|
[Rivet-svn] r2606 - in trunk: bin srcblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Jul 22 13:09:03 BST 2010
Author: buckley Date: Thu Jul 22 13:09:03 2010 New Revision: 2606 Log: Adding HepMC to the library dependencies Modified: trunk/bin/rivet-config.in trunk/src/Makefile.am Modified: trunk/bin/rivet-config.in ============================================================================== --- trunk/bin/rivet-config.in Thu Jul 22 13:08:38 2010 (r2605) +++ trunk/bin/rivet-config.in Thu Jul 22 13:09:03 2010 (r2606) @@ -80,7 +80,7 @@ fi tmp=$( echo "$*" | egrep -- '--\<libs\>|--\<ldadd\>') -test -n "$tmp" && OUT="$OUT -lRivet -lHepMC" +test -n "$tmp" && OUT="$OUT -lRivet" ## Version Modified: trunk/src/Makefile.am ============================================================================== --- trunk/src/Makefile.am Thu Jul 22 13:08:38 2010 (r2605) +++ trunk/src/Makefile.am Thu Jul 22 13:09:03 2010 (r2606) @@ -11,6 +11,7 @@ libRivet_la_LDFLAGS = \ -L$(prefix)/lib \ -L$(GSLLIBPATH) \ + -L$(HEPMCLIBPATH) \ -export-dynamic $(VERSIONINFOFLAGS) libRivet_la_LIBADD = \ @@ -18,5 +19,5 @@ Projections/libRivetProjections.la \ Analyses/libRivetAnalysisTools.la \ Tools/libRivetTools.la \ - -ldl -lm \ + -ldl -lm -lHepMC \ $(GSL_LDFLAGS) $(FASTJETCONFIGLIBADD)
More information about the Rivet-svn mailing list |