added game_events.(c|h)pp to Makefile.am
This commit is contained in:
parent
67a6e34861
commit
3e9ec62250
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue