scons: Include the wesnothd resources when linking wesnothd.exe

Fixes an oversight from commit 877ead550a.
This commit is contained in:
Ignacio R. Morelle 2015-07-21 22:40:41 -03:00
parent e6ece8f147
commit 40711ff2ee

View file

@ -695,7 +695,7 @@ wesnothd_sources = Split("""
""")
wesnothd_sources.extend(env.Object("server/server.cpp", EXTRA_DEFINE = env['fifodir'] and "FIFODIR='\"$fifodir\"'" or None))
env.WesnothProgram("wesnothd", wesnothd_sources + [libwesnoth_core, libwesnothd], have_server_prereqs)
env.WesnothProgram("wesnothd", wesnothd_sources + [libwesnoth_core, libwesnothd, env["wesnothd_res"]], have_server_prereqs)
cutter_sources = Split("""
tools/cutter.cpp