diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:56:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:56:18 +0300 |
commit | 79e280817b91f4e9b67cc42a8abf5c49243f56a5 (patch) | |
tree | 3e159883582184e7e0eaf92db943798b58caac9a /src/Makefile.am | |
parent | 2c1130c1a8acb1c3df42ba904589d01b6a459017 (diff) | |
download | plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.tar.gz plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.tar.bz2 plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.tar.xz plus-79e280817b91f4e9b67cc42a8abf5c49243f56a5.zip |
Move tabs related actions into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4dd6a8600..f1494b009 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -838,6 +838,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ actions/chat.h \ actions/move.cpp \ actions/move.h \ + actions/tabs.cpp \ + actions/tabs.h \ actions/windows.cpp \ actions/windows.h \ being/actor.cpp \ |