diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-07-30 01:27:33 +0100 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-07-30 01:27:33 +0100 |
commit | 8bb392a3f47d74cccb9e2d7e3633e3e534306968 (patch) | |
tree | 7ffaa30f0fe77d013b7547636b4a29da3753c960 /src/fe-common | |
parent | a29eeaa9f2e85630b08fc46b3a2b8749b9719efd (diff) | |
download | irssi-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>
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/core/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |