Make the unit test link again.

This commit is contained in:
Mark de Wever 2008-04-26 08:39:14 +00:00
parent 9ec6985365
commit 75586b1bbb

View file

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