diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 00:02:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 00:02:06 +0300 |
commit | da9acd658f1d7f7b4a4e86d01743cb869e9be1f0 (patch) | |
tree | 868ec05128efdd910077d347d4b6df67903ef617 /src/Makefile.am | |
parent | 06872aa9ca900f99df685a3c37cbfb7310cdd857 (diff) | |
download | plus-da9acd658f1d7f7b4a4e86d01743cb869e9be1f0.tar.gz plus-da9acd658f1d7f7b4a4e86d01743cb869e9be1f0.tar.bz2 plus-da9acd658f1d7f7b4a4e86d01743cb869e9be1f0.tar.xz plus-da9acd658f1d7f7b4a4e86d01743cb869e9be1f0.zip |
Move socialplayerstab 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 5de9b24ba..47e54ee56 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -361,6 +361,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/tabs/socialguildtab.h \ gui/widgets/tabs/socialguildtab2.h \ gui/widgets/tabs/socialpartytab.h \ + gui/widgets/tabs/socialplayerstab.h \ gui/widgets/tabs/socialtab.h \ gui/widgets/tabs/tab.cpp \ gui/widgets/tabs/tab.h \ |