lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5219] Fix build of test_product_file with autotools.


From: Vadim Zeitlin
Subject: [lmi-commits] [5219] Fix build of test_product_file with autotools.
Date: Thu, 23 Jun 2011 22:24:15 +0000

Revision: 5219
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5219
Author:   zeitlin
Date:     2011-06-23 22:24:15 +0000 (Thu, 23 Jun 2011)
Log Message:
-----------
Fix build of test_product_file with autotools.

The timer.cpp source file is already included in common_test_objects and so
shouldn't occur in test_product_file_SOURCES itself or duplicate symbol errors
will occur.

Also link this test with xmlwrapp library as it needs it now.

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

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2011-06-23 21:47:15 UTC (rev 5218)
+++ lmi/trunk/Makefile.am       2011-06-23 22:24:15 UTC (rev 5219)
@@ -807,11 +807,11 @@
   product_file_test.cpp \
   rounding_rules.cpp \
   stratified_charges.cpp \
-  timer.cpp \
   xml_lmi.cpp
 test_product_file_CXXFLAGS = $(AM_CXXFLAGS)
 test_product_file_LDADD = \
-  $(BOOST_LIBS)
+  $(BOOST_LIBS) \
+  $(XMLWRAPP_LIBS)
 
 test_progress_meter_SOURCES = \
   $(common_test_objects) \




reply via email to

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