summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-23 01:19:43 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-23 01:19:43 +0300
commitd94fca4c217f7adef156a80b450be8073364a707 (patch)
treefa644c0da71f4b312849c51fcc44b3017be51c24 /src/Makefile.am
parenta499fabac999d299da503061915cd261c73bf750 (diff)
downloadplus-d94fca4c217f7adef156a80b450be8073364a707.tar.gz
plus-d94fca4c217f7adef156a80b450be8073364a707.tar.bz2
plus-d94fca4c217f7adef156a80b450be8073364a707.tar.xz
plus-d94fca4c217f7adef156a80b450be8073364a707.zip
Move worldlistmodel into gui/models directory.
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 dc765b567..0d33eedcb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -332,6 +332,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/models/touchactionmodel.h \
gui/models/updatetypemodel.h \
gui/models/updatelistmodel.h \
+ gui/models/worldlistmodel.h \
gui/models/themesmodel.h \
gui/widgets/tabstrip.cpp \
gui/widgets/tabstrip.h \