summaryrefslogtreecommitdiffstats
path: root/src/Net/Makefile.am
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-07-17 05:14:31 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-07-17 05:14:31 +0200
commit9f96fb364bea47ec76dea57fc14e03e0e42fa5e3 (patch)
tree32801f7f7c25be3f427b20ae78e40d17b060d84e /src/Net/Makefile.am
parent2ec96d979cb67399ca2c0d59f772cedf98fe8276 (diff)
downloadmad-9f96fb364bea47ec76dea57fc14e03e0e42fa5e3.tar
mad-9f96fb364bea47ec76dea57fc14e03e0e42fa5e3.zip
Nur 2 Bytes f?r das Gr??enfeld in Paketen verwenden, um Angriffe zu verhindern
Diffstat (limited to 'src/Net/Makefile.am')
-rw-r--r--src/Net/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Net/Makefile.am b/src/Net/Makefile.am
index 8e49695..c7f58da 100644
--- a/src/Net/Makefile.am
+++ b/src/Net/Makefile.am
@@ -1,6 +1,6 @@
noinst_LTLIBRARIES = libnet.la
-libnet_la_SOURCES = ClientConnection.cpp ServerConnection.cpp Connection.cpp Listener.cpp Packet.cpp
+libnet_la_SOURCES = ClientConnection.cpp ServerConnection.cpp Connection.cpp Listener.cpp
noinst_HEADERS = ClientConnection.h ServerConnection.h Connection.h Exception.h ConnectionException.h \
InvalidAddressException.h IPAddress.h Listener.h Packet.h