diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:29:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:29:14 +0300 |
commit | d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42 (patch) | |
tree | 296020411f2ff09e0a10d963f675723927b7118f /src/Makefile.am | |
parent | 818116248c82fb48f8b99d37e896e18609cdd713 (diff) | |
download | plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.gz plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.bz2 plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.xz plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.zip |
Move windows 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 79018bc6c..6e0255617 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -834,6 +834,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ actions/actiondef.h \ actions/actions.cpp \ actions/actions.h \ + actions/windows.cpp \ + actions/windows.h \ being/actor.cpp \ being/actor.h \ being/actorsprite.cpp \ |