diff options
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 = \ |