added game_events.(c|h)pp to Makefile.am

This commit is contained in:
uid66289 2003-12-25 15:30:12 +00:00
parent 67a6e34861
commit 3e9ec62250

View file

@ -5,6 +5,7 @@ bin_PROGRAMS = wesnothd
#############################################################################
wesnothd_SOURCES = game.cpp \
game_events.cpp \
player.cpp \
server.cpp \
../config.cpp \
@ -13,6 +14,7 @@ wesnothd_SOURCES = game.cpp \
../log.cpp \
../network.cpp \
game.hpp \
game_events.hpp \
player.hpp \
../config.hpp \
../filesystem.hpp \