diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:00:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:00:54 +0300 |
commit | dcac10d557a1e6e0b5854a1400d02fe106d5c027 (patch) | |
tree | 17a6c07f76f899faeb0d73c0ed8e7c047ce55e9a /src/Makefile.am | |
parent | 51627b2d480b39025be709fb98210c8388add513 (diff) | |
download | plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.tar.gz plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.tar.bz2 plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.tar.xz plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.zip |
Move metatile into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index deb4560f3..f0c6b30c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -800,6 +800,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/map/mapheights.h \ resources/map/maplayer.cpp \ resources/map/maplayer.h \ + resources/map/metatile.h \ render/mgl.cpp \ render/mgl.h \ render/mobileopenglgraphics.cpp \ |