diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-10-23 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * src/Makefile.am: Fixed building with configure. + 2008-10-21 Roderic Morris <roderic@ccs.neu.edu> * src/CMakeLists.txt: Fixed building for cmake. diff --git a/src/Makefile.am b/src/Makefile.am index e1de3a34..f4ad7b51 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -199,6 +199,8 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \ net/partyhandler.h \ net/playerhandler.cpp \ net/playerhandler.h \ + net/posthandler.cpp \ + net/posthandler.h \ net/protocol.h \ net/tradehandler.cpp \ net/tradehandler.h \ |