summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-11 14:57:40 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-11 14:57:40 +0300
commit211aab93fed3462f875b66c3aecf0bfc98c3467a (patch)
tree4c93a86a46be6f3256d645b65379c01181ed45a2 /src/Makefile.am
parentbc38561388687e964872231b8a9b488c48e988b8 (diff)
downloadplus-211aab93fed3462f875b66c3aecf0bfc98c3467a.tar.gz
plus-211aab93fed3462f875b66c3aecf0bfc98c3467a.tar.bz2
plus-211aab93fed3462f875b66c3aecf0bfc98c3467a.tar.xz
plus-211aab93fed3462f875b66c3aecf0bfc98c3467a.zip
Move mapobjectlayer into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 77673a7f4..2289e37ba 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -801,6 +801,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
resources/map/maplayer.cpp \
resources/map/maplayer.h \
resources/map/mapobject.h \
+ resources/map/mapobjectlist.h \
resources/map/maprowvertexes.h \
resources/map/metatile.h \
render/mgl.cpp \