lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [4815] Fix linking of irc7702a test in autotools makefile.


From: Vadim Zeitlin
Subject: [lmi-commits] [4815] Fix linking of irc7702a test in autotools makefile.
Date: Thu, 25 Mar 2010 20:28:35 +0000

Revision: 4815
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4815
Author:   zeitlin
Date:     2010-03-25 20:28:35 +0000 (Thu, 25 Mar 2010)
Log Message:
-----------
Fix linking of irc7702a test in autotools makefile.

This test must be linked with Boost libraries and liblmi.

Modified Paths:
--------------
    lmi/trunk/Makefile.am

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2010-03-25 20:28:30 UTC (rev 4814)
+++ lmi/trunk/Makefile.am       2010-03-25 20:28:35 UTC (rev 4815)
@@ -625,6 +625,10 @@
   irc7702a_test.cpp \
   stratified_algorithms.cpp
 test_irc7702a_CXXFLAGS = $(AM_CXXFLAGS)
+test_irc7702a_LDADD = \
+  liblmi.la \
+  $(BOOST_LIBS) \
+  $(XMLWRAPP_LIBS)
 
 test_istream_to_string_SOURCES = \
   $(common_test_objects) \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]