Author: mordante
Date: Wed Feb 27 22:23:58 2008
New Revision: 24131

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24131&view=rev
Log:
Apply the changes of r24129 to the editor and unit tests as well,
which makes them link again.

Modified:
    trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/Makefile.am?rev=24131&r1=24130&r2=24131&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Wed Feb 27 22:23:58 2008
@@ -139,7 +139,7 @@
        generic_event.cpp \
        tooltips.cpp 
 
-wesnoth_editor_LDADD = $(THELIBS) libwesnoth.a
+wesnoth_editor_LDADD = $(INTERNALLIBS) libwesnoth.a $(THELIBS)
 wesnoth_editor_DEPENDENCIES=libwesnoth-core.a libwesnoth.a
 
 #############################################################################
@@ -210,7 +210,7 @@
        tests/test_network_worker.cpp \
        $(wesnoth_source)
 
-test_LDADD = $(THELIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) libwesnoth.a 
+test_LDADD = $(INTERNALLIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) libwesnoth.a 
$(THELIBS)  
 test_DEPENDENCIES=libwesnoth-core.a libwesnoth.a
 
 #############################################################################


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to