diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-08-27 11:35:13 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-08-27 11:35:13 +0000 |
commit | fe682b5d44571749d8b28c42c7a9ec803324a672 (patch) | |
tree | 0f36ec693abc88fcc3cfffc20ba247d681eca386 /src/Makefile.am | |
parent | d3cba1c4beac4a1c98f38bbca076a98f9c90bbc4 (diff) | |
download | mana-fe682b5d44571749d8b28c42c7a9ec803324a672.tar.gz mana-fe682b5d44571749d8b28c42c7a9ec803324a672.tar.bz2 mana-fe682b5d44571749d8b28c42c7a9ec803324a672.tar.xz mana-fe682b5d44571749d8b28c42c7a9ec803324a672.zip |
Got rid of no longer used protocol.cpp
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8f40c506..aac3a8d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -148,7 +148,6 @@ tmw_SOURCES = graphic/imagerect.h \ net/npchandler.h \ net/playerhandler.cpp \ net/playerhandler.h \ - net/protocol.cpp \ net/protocol.h \ net/skillhandler.cpp \ net/skillhandler.h \ |