partial fix for last commit by Yogi

-- get wesnoth to compile (wesnothd now seems to depend on display code)
This commit is contained in:
András Salamon 2005-11-09 11:28:20 +00:00
parent a0a0493e75
commit a47ae177f2

View file

@ -69,6 +69,7 @@ wesnoth_SOURCES = \
marked-up_text.cpp \ marked-up_text.cpp \
minimap.cpp \ minimap.cpp \
mouse.cpp \ mouse.cpp \
mouse_events.cpp \
multiplayer.cpp \ multiplayer.cpp \
multiplayer_ui.cpp \ multiplayer_ui.cpp \
multiplayer_wait.cpp \ multiplayer_wait.cpp \
@ -88,6 +89,7 @@ wesnoth_SOURCES = \
race.cpp \ race.cpp \
random.cpp \ random.cpp \
replay.cpp \ replay.cpp \
replay_controller.cpp \
reports.cpp \ reports.cpp \
sdl_utils.cpp \ sdl_utils.cpp \
show_dialog.cpp \ show_dialog.cpp \
@ -117,6 +119,7 @@ wesnoth_SOURCES = \
widgets/combo.cpp \ widgets/combo.cpp \
widgets/label.cpp \ widgets/label.cpp \
widgets/menu.cpp \ widgets/menu.cpp \
widgets/image_button.cpp \
widgets/progressbar.cpp \ widgets/progressbar.cpp \
widgets/scrollarea.cpp \ widgets/scrollarea.cpp \
widgets/scrollbar.cpp \ widgets/scrollbar.cpp \
@ -168,6 +171,7 @@ wesnoth_SOURCES = \
marked-up_text.hpp \ marked-up_text.hpp \
minimap.hpp \ minimap.hpp \
mouse.hpp \ mouse.hpp \
mouse_events.hpp \
multiplayer.hpp \ multiplayer.hpp \
multiplayer_ui.hpp \ multiplayer_ui.hpp \
multiplayer_wait.hpp \ multiplayer_wait.hpp \
@ -187,6 +191,7 @@ wesnoth_SOURCES = \
race.hpp \ race.hpp \
random.hpp \ random.hpp \
replay.hpp \ replay.hpp \
replay_controller.hpp \
reports.hpp \ reports.hpp \
scoped_resource.hpp \ scoped_resource.hpp \
sdl_utils.hpp \ sdl_utils.hpp \
@ -214,6 +219,7 @@ wesnoth_SOURCES = \
serialization/preprocessor.hpp \ serialization/preprocessor.hpp \
serialization/string_utils.hpp \ serialization/string_utils.hpp \
serialization/tokenizer.hpp \ serialization/tokenizer.hpp \
widgets/image_button.hpp \
widgets/button.hpp \ widgets/button.hpp \
widgets/combo.hpp \ widgets/combo.hpp \
widgets/label.hpp \ widgets/label.hpp \