lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4814] Remove reference to a non-existent test_input_extra


From: Vadim Zeitlin
Subject: [lmi-commits] [4814] Remove reference to a non-existent test_input_extra_libs variable.
Date: Thu, 25 Mar 2010 20:28:30 +0000

Revision: 4814
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4814
Author:   zeitlin
Date:     2010-03-25 20:28:30 +0000 (Thu, 25 Mar 2010)
Log Message:
-----------
Remove reference to a non-existent test_input_extra_libs variable.

This variable was there from the very beginning but was never used, remove it
to avoid confusion.

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

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2010-03-25 20:26:50 UTC (rev 4813)
+++ lmi/trunk/Makefile.am       2010-03-25 20:28:30 UTC (rev 4814)
@@ -617,8 +617,7 @@
 test_input_CXXFLAGS = $(AM_CXXFLAGS) $(XMLWRAPP_CFLAGS)
 test_input_LDADD =    \
   $(BOOST_LIBS) \
-  $(XMLWRAPP_LIBS) \
-  $(test_input_extra_libs)
+  $(XMLWRAPP_LIBS)
 
 test_irc7702a_SOURCES = \
   $(common_test_objects) \





reply via email to

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