Fixed compilation of unit tests.
This commit is contained in:
parent
9b4575fe56
commit
c166f8778a
1 changed files with 5 additions and 0 deletions
|
@ -447,6 +447,11 @@ test_SOURCES = \
|
|||
|
||||
test_LDADD = $(INTERNALLIBS) $(THELIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) $(PANGO_LIBS) $(FONTCONFIG_LIBS)
|
||||
test_DEPENDENCIES=libwesnoth-core.a libwesnoth.a
|
||||
if ANA
|
||||
test_LDADD += $(BOOST_SYSTEM_LIBS) $(BOOST_THREAD_LIBS) -lana
|
||||
test_DEPENDENCIES += libana.a
|
||||
test_SOURCES += network_worker.cpp
|
||||
endif
|
||||
|
||||
#############################################################################
|
||||
# Headers #
|
||||
|
|
Loading…
Add table
Reference in a new issue