summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt1
-rw-r--r--src/Makefile.am1
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 \