From 8bb392a3f47d74cccb9e2d7e3633e3e534306968 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sun, 30 Jul 2017 01:27:33 +0100 Subject: Hook up capsicum.h and fe-capsicum.h to autotools. This hopefully fixes Travis build. Signed-off-by: Edward Tomasz Napierala --- src/core/Makefile.am | 1 + src/fe-common/core/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'src') 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 \ -- cgit v1.2.3