mirror of
https://github.com/irssi/irssi.git
synced 2026-08-24 02:52:20 +02:00
Add sandbox support to irssi
This commit is contained in:
parent
7ab38f29ed
commit
18f7b4694c
9 changed files with 875 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ libcore_a_SOURCES = \
|
|||
queries.c \
|
||||
rawlog.c \
|
||||
recode.c \
|
||||
sandbox.c \
|
||||
servers.c \
|
||||
servers-reconnect.c \
|
||||
servers-setup.c \
|
||||
|
|
@ -86,6 +87,7 @@ pkginc_core_HEADERS = \
|
|||
queries.h \
|
||||
rawlog.h \
|
||||
recode.h \
|
||||
sandbox.h \
|
||||
servers.h \
|
||||
servers-reconnect.h \
|
||||
servers-setup.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue