diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-23 00:18:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-23 00:18:35 +0300 |
commit | a686f1eb0c2152f49d268f6b66d8105bd2950c00 (patch) | |
tree | e8dd4f1127e59864d1924127d3f03a24752ffe53 | |
parent | 0eeab6d661f978e1557c63a67bfbe8c06a3fdb85 (diff) | |
download | plus-a686f1eb0c2152f49d268f6b66d8105bd2950c00.tar.gz plus-a686f1eb0c2152f49d268f6b66d8105bd2950c00.tar.bz2 plus-a686f1eb0c2152f49d268f6b66d8105bd2950c00.tar.xz plus-a686f1eb0c2152f49d268f6b66d8105bd2950c00.zip |
Add missing file into make files.
-rw-r--r-- | src/CMakeLists.txt | 1 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b9ccf86ae..1c52822f9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -736,6 +736,7 @@ SET(SRCS test/testmain.cpp test/testmain.h actions/actiondef.h + actions/actionfuncptr.h actions/actions.cpp actions/actions.h actions/chat.cpp diff --git a/src/Makefile.am b/src/Makefile.am index 1990e3c46..106faa7a7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -854,6 +854,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ test/testmain.cpp \ test/testmain.h \ actions/actiondef.h \ + actions/actionfuncptr.h \ actions/actions.cpp \ actions/actions.h \ actions/chat.cpp \ |