diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-27 21:58:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-27 22:02:35 +0300 |
commit | a065831539e63dc6e25f4743b3a548aadf92304a (patch) | |
tree | 437f04c89be9a9dc83f5d2487a73802cf6a10760 /src/Makefile.am | |
parent | a9bad635bc89092b4c866a90018c803cd25592c0 (diff) | |
download | plus-a065831539e63dc6e25f4743b3a548aadf92304a.tar.gz plus-a065831539e63dc6e25f4743b3a548aadf92304a.tar.bz2 plus-a065831539e63dc6e25f4743b3a548aadf92304a.tar.xz plus-a065831539e63dc6e25f4743b3a548aadf92304a.zip |
Move pets actions into pets.cpp.
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 6ae632933..8a5388af1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -911,6 +911,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ actions/commands.h \ actions/move.cpp \ actions/move.h \ + actions/pets.cpp \ + actions/pets.h \ actions/statusbar.cpp \ actions/statusbar.h \ actions/tabs.cpp \ |