lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4813] Use correct linking flags for xml_serialize_test.


From: Vadim Zeitlin
Subject: [lmi-commits] [4813] Use correct linking flags for xml_serialize_test.
Date: Thu, 25 Mar 2010 20:26:50 +0000

Revision: 4813
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4813
Author:   zeitlin
Date:     2010-03-25 20:26:50 +0000 (Thu, 25 Mar 2010)
Log Message:
-----------
Use correct linking flags for xml_serialize_test.

This test must be linked with libxmlwrapp.

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

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2010-03-24 22:34:20 UTC (rev 4812)
+++ lmi/trunk/Makefile.am       2010-03-25 20:26:50 UTC (rev 4813)
@@ -848,6 +848,8 @@
   xml_lmi.cpp \
   xml_serialize_test.cpp
 test_xml_serialize_CXXFLAGS = $(AM_CXXFLAGS)
+test_xml_serialize_LDADD =    \
+  $(XMLWRAPP_LIBS)
 
 test_zero_SOURCES = \
   $(common_test_objects) \





reply via email to

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