From: <ben...@us...> - 2008-12-02 17:21:41
|
Revision: 160 http://rmol.svn.sourceforge.net/rmol/?rev=160&view=rev Author: benlardeux Date: 2008-12-02 17:21:37 +0000 (Tue, 02 Dec 2008) Log Message: ----------- [Test] Fixed a typo in the Boost CFLAGS for the simulate.cpp test program. Modified Paths: -------------- trunk/rmol/test/Makefile.am Modified: trunk/rmol/test/Makefile.am =================================================================== --- trunk/rmol/test/Makefile.am 2008-08-28 13:14:55 UTC (rev 159) +++ trunk/rmol/test/Makefile.am 2008-12-02 17:21:37 UTC (rev 160) @@ -8,7 +8,7 @@ optimise_LDADD = $(top_builddir)/@PACKAGE@/librmol.la simulate_SOURCES = simulate.cpp -simulate_CXXFLAGS = $(BOOST_CPPFLAGS) $(GSL_CFLAGS) +simulate_CXXFLAGS = $(BOOST_CFLAGS) $(GSL_CFLAGS) simulate_LDADD = $(BOOST_LIBS) $(GSL_LIBS) EXTRA_DIST = sample1.csv sample2.csv sample3.csv sample4.csv testLib.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |