diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:08:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:08:25 +0300 |
commit | 818116248c82fb48f8b99d37e896e18609cdd713 (patch) | |
tree | e3181004b50669f50f3dce1ee3ce901bf3d99dd1 /src/Makefile.am | |
parent | 436af5a6f710f93270eb62ddacfd64392612405c (diff) | |
download | plus-818116248c82fb48f8b99d37e896e18609cdd713.tar.gz plus-818116248c82fb48f8b99d37e896e18609cdd713.tar.bz2 plus-818116248c82fb48f8b99d37e896e18609cdd713.tar.xz plus-818116248c82fb48f8b99d37e896e18609cdd713.zip |
Move actions defines 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 2d0f249e4..79018bc6c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -831,6 +831,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ test/testlauncher.h \ test/testmain.cpp \ test/testmain.h \ + actions/actiondef.h \ actions/actions.cpp \ actions/actions.h \ being/actor.cpp \ |