summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2017-07-30 01:27:33 +0100
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2017-07-30 01:27:33 +0100
commit8bb392a3f47d74cccb9e2d7e3633e3e534306968 (patch)
tree7ffaa30f0fe77d013b7547636b4a29da3753c960
parenta29eeaa9f2e85630b08fc46b3a2b8749b9719efd (diff)
downloadirssi-8bb392a3f47d74cccb9e2d7e3633e3e534306968.zip
Hook up capsicum.h and fe-capsicum.h to autotools.
This hopefully fixes Travis build. Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
-rw-r--r--src/core/Makefile.am1
-rw-r--r--src/fe-common/core/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index f3bc1674..983f7e32 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -74,6 +74,7 @@ structure_headers = \
pkginc_coredir=$(pkgincludedir)/src/core
pkginc_core_HEADERS = \
args.h \
+ capsicum.h \
channels.h \
channels-setup.h \
commands.h \
diff --git a/src/fe-common/core/Makefile.am b/src/fe-common/core/Makefile.am
index 08e41520..29cc941a 100644
--- a/src/fe-common/core/Makefile.am
+++ b/src/fe-common/core/Makefile.am
@@ -48,6 +48,7 @@ pkginc_fe_common_core_HEADERS = \
command-history.h \
chat-completion.h \
completion.h \
+ fe-capsicum.h \
fe-channels.h \
fe-common-core.h \
fe-core-commands.h \