diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5172a6d2..850a7f2c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -104,8 +104,14 @@ tmw_SOURCES = graphic/spriteset.cpp \ gui/hbox.cpp \ gui/updatewindow.h \ gui/updatewindow.cpp \ + net/messagein.cpp \ + net/messagein.h \ + net/messageout.cpp \ + net/messageout.h \ net/network.cpp \ net/network.h \ + net/packet.cpp \ + net/packet.h \ net/protocol.cpp \ net/protocol.h \ net/win2linux.h \ |