From a686f1eb0c2152f49d268f6b66d8105bd2950c00 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Aug 2014 00:18:35 +0300 Subject: Add missing file into make files. --- src/CMakeLists.txt | 1 + src/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 \ -- cgit v1.2.3-60-g2f50