remove redundant library linking

This commit is contained in:
Gunter Labes 2008-04-26 12:52:27 +00:00
parent b1d8b06b24
commit 20991d3cec

View file

@ -225,7 +225,7 @@ test_SOURCES = \
tests/test_util.cpp \
$(wesnoth_source)
test_LDADD = $(INTERNALLIBS) $(THELIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) -lwesnoth
test_LDADD = $(INTERNALLIBS) $(THELIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS)
test_DEPENDENCIES=libwesnoth-core.a libwesnoth.a
#############################################################################