summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-22 17:13:32 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-22 17:13:32 +0300
commit2f0c3a26431ed87be273b182b341d9c167f92eca (patch)
tree2c4206629a4a03ccad700f2ccd5b05b8fd3c9c9c /src/Makefile.am
parentab5a67829ec6c80accfeb4f186a70886c82c8dba (diff)
downloadplus-2f0c3a26431ed87be273b182b341d9c167f92eca.tar.gz
plus-2f0c3a26431ed87be273b182b341d9c167f92eca.tar.bz2
plus-2f0c3a26431ed87be273b182b341d9c167f92eca.tar.xz
plus-2f0c3a26431ed87be273b182b341d9c167f92eca.zip
Move namesmodel into gui/models directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5622d0a42..7051ae052 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -274,8 +274,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/widgets/linkhandler.h \
gui/widgets/listbox.cpp \
gui/widgets/listbox.h \
- gui/widgets/namesmodel.cpp \
- gui/widgets/namesmodel.h \
+ gui/models/namesmodel.cpp \
+ gui/models/namesmodel.h \
gui/widgets/passwordfield.cpp \
gui/widgets/passwordfield.h \
gui/widgets/playerbox.cpp \