mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Implement /cap_enter.
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
parent
f468008b25
commit
56c94570b4
5 changed files with 63 additions and 1 deletions
|
|
@ -56,6 +56,11 @@ libcore_a_SOURCES = \
|
|||
tls.c \
|
||||
write-buffer.c
|
||||
|
||||
if HAVE_CAPSICUM
|
||||
libcore_a_SOURCES += \
|
||||
capsicum.c
|
||||
endif
|
||||
|
||||
structure_headers = \
|
||||
channel-rec.h \
|
||||
channel-setup-rec.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue