|
From: <den...@us...> - 2010-10-15 09:59:42
|
Revision: 143
http://dsim.svn.sourceforge.net/dsim/?rev=143&view=rev
Author: denis_arnaud
Date: 2010-10-15 09:59:36 +0000 (Fri, 15 Oct 2010)
Log Message:
-----------
[Test] Fixed the SimFQT linking issue with the DSim test.
Modified Paths:
--------------
trunk/dsim/test/dsim/Makefile.am
Modified: trunk/dsim/test/dsim/Makefile.am
===================================================================
--- trunk/dsim/test/dsim/Makefile.am 2010-10-15 09:28:16 UTC (rev 142)
+++ trunk/dsim/test/dsim/Makefile.am 2010-10-15 09:59:36 UTC (rev 143)
@@ -19,4 +19,6 @@
SimulationTestSuite_LDADD =
SimulationTestSuite_LDFLAGS = \
$(BOOST_LIBS) $(CPPUNIT_LIBS) $(EXTRACC_LIBS) $(STDAIR_LIBS) \
+ $(top_builddir)/simfqt/core/libsimfqt.la \
$(top_builddir)/dsim/core/libdsim.la
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|