diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:42:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:42:54 +0300 |
commit | e80e2536085d2a2f0d971007eb00c662ccfc5fda (patch) | |
tree | c091d861ea93b23e9b9df637fbf1227f2e8ed783 /src/Makefile.am | |
parent | 47ac70cdddac59f6fcaf339295801191aef5b50b (diff) | |
download | plus-e80e2536085d2a2f0d971007eb00c662ccfc5fda.tar.gz plus-e80e2536085d2a2f0d971007eb00c662ccfc5fda.tar.bz2 plus-e80e2536085d2a2f0d971007eb00c662ccfc5fda.tar.xz plus-e80e2536085d2a2f0d971007eb00c662ccfc5fda.zip |
Move maprowvertexes 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 851fef598..4e7375258 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/maprowvertexes.h \ resources/map/metatile.h \ render/mgl.cpp \ render/mgl.h \ |