mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Hook up capsicum.h and fe-capsicum.h to autotools.
This hopefully fixes Travis build. Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
parent
a29eeaa9f2
commit
8bb392a3f4
@ -74,6 +74,7 @@ structure_headers = \
|
|||||||
pkginc_coredir=$(pkgincludedir)/src/core
|
pkginc_coredir=$(pkgincludedir)/src/core
|
||||||
pkginc_core_HEADERS = \
|
pkginc_core_HEADERS = \
|
||||||
args.h \
|
args.h \
|
||||||
|
capsicum.h \
|
||||||
channels.h \
|
channels.h \
|
||||||
channels-setup.h \
|
channels-setup.h \
|
||||||
commands.h \
|
commands.h \
|
||||||
|
@ -48,6 +48,7 @@ pkginc_fe_common_core_HEADERS = \
|
|||||||
command-history.h \
|
command-history.h \
|
||||||
chat-completion.h \
|
chat-completion.h \
|
||||||
completion.h \
|
completion.h \
|
||||||
|
fe-capsicum.h \
|
||||||
fe-channels.h \
|
fe-channels.h \
|
||||||
fe-common-core.h \
|
fe-common-core.h \
|
||||||
fe-core-commands.h \
|
fe-core-commands.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user