[Rivet-svn] r2384 - trunk/test

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Apr 5 15:23:27 BST 2010


Author: buckley
Date: Mon Apr  5 15:23:26 2010
New Revision: 2384

Log:
Correction to makefile

Modified:
   trunk/test/Makefile.am

Modified: trunk/test/Makefile.am
==============================================================================
--- trunk/test/Makefile.am	Mon Apr  5 14:59:16 2010	(r2383)
+++ trunk/test/Makefile.am	Mon Apr  5 15:23:26 2010	(r2384)
@@ -4,7 +4,7 @@
 testBoost_CPPFLAGS = -I$(top_srcdir)/include $(AM_CPPFLAGS)
 
 testMatVec_SOURCES = testMatVec.cc
-testMatVec_LDADD   = -lm -L$(GSL_LDFLAGS)
+testMatVec_LDADD   = -lm $(GSL_LDFLAGS)
 testMatVec_CPPFLAGS = -I$(top_srcdir)/include $(AM_CPPFLAGS)
 
 testCmp_SOURCES = testCmp.cc


More information about the Rivet-svn mailing list