diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 20:30:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 20:30:08 +0300 |
commit | f59b0da2f59aff64802e0211ceaa67e50e85e05c (patch) | |
tree | 9f3f198827b5a5209bfa2bd154c7b79c7f53bc33 /src/Makefile.am | |
parent | 6bedc289455528fe609f492cd9f1a0c352d981bb (diff) | |
download | plus-f59b0da2f59aff64802e0211ceaa67e50e85e05c.tar.gz plus-f59b0da2f59aff64802e0211ceaa67e50e85e05c.tar.bz2 plus-f59b0da2f59aff64802e0211ceaa67e50e85e05c.tar.xz plus-f59b0da2f59aff64802e0211ceaa67e50e85e05c.zip |
Move target 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 7a6eba376..5454f5e55 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -842,6 +842,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ actions/statusbar.h \ actions/tabs.cpp \ actions/tabs.h \ + actions/target.cpp \ + actions/target.h \ actions/windows.cpp \ actions/windows.h \ being/actor.cpp \ |