diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-22 22:44:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-22 22:44:16 +0300 |
commit | 95982ba8c3767f93fc9b8627de3fa5adde26f126 (patch) | |
tree | 51ef24168c7cffa8649df3120ca4b77a08946263 /src/Makefile.am | |
parent | 56c7ed4647d168842bda18ee797e735ccc5fd557 (diff) | |
download | plus-95982ba8c3767f93fc9b8627de3fa5adde26f126.tar.gz plus-95982ba8c3767f93fc9b8627de3fa5adde26f126.tar.bz2 plus-95982ba8c3767f93fc9b8627de3fa5adde26f126.tar.xz plus-95982ba8c3767f93fc9b8627de3fa5adde26f126.zip |
Move playerrelationlistmodel into gui/models directory.
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 b8e8abc3f..dec589c4b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -277,6 +277,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/listbox.h \ gui/models/namesmodel.cpp \ gui/models/namesmodel.h \ + gui/models/playerrelationlistmodel.h \ gui/widgets/passwordfield.cpp \ gui/widgets/passwordfield.h \ gui/widgets/playerbox.cpp \ |