diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-13 15:21:36 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-13 15:21:36 +0000 |
commit | bf23cb55879943f7c29ff66ae99dab341aba5c66 (patch) | |
tree | a713e509739e69bace491c6f059798185638b4d0 /src/Makefile.am | |
parent | acf69fd277e17c6bdf001551697d7321f84909df (diff) | |
download | mana-bf23cb55879943f7c29ff66ae99dab341aba5c66.tar.gz mana-bf23cb55879943f7c29ff66ae99dab341aba5c66.tar.bz2 mana-bf23cb55879943f7c29ff66ae99dab341aba5c66.tar.xz mana-bf23cb55879943f7c29ff66ae99dab341aba5c66.zip |
Make sure Alt shortcuts don't appear in chatbox.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1284e7bb..8a6b5b9d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -120,7 +120,6 @@ tmw_SOURCES = graphic/spriteset.cpp \ net/packet.h \ net/protocol.cpp \ net/protocol.h \ - net/win2linux.h \ resources/image.cpp \ resources/image.h \ resources/imagewriter.cpp \ @@ -177,7 +176,8 @@ tmw_SOURCES = graphic/spriteset.cpp \ serverinfo.h \ sound.cpp \ sound.h \ - sprite.h + sprite.h \ + tileset.h # set the include path found by configure INCLUDES = \ |