mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
autoload the IRC module
This commit is contained in:
parent
738931762b
commit
82f8ee57c3
17 changed files with 70 additions and 28 deletions
|
|
@ -5,20 +5,6 @@ subdir('dcc')
|
|||
subdir('flood')
|
||||
subdir('notifylist')
|
||||
|
||||
libirc_a = static_library('irc',
|
||||
files(
|
||||
'irc.c',
|
||||
),
|
||||
link_with : [
|
||||
libirc_core_a,
|
||||
libirc_dcc_a,
|
||||
libirc_flood_a,
|
||||
libirc_notifylist_a,
|
||||
],
|
||||
include_directories : rootinc,
|
||||
implicit_include_directories : false,
|
||||
)
|
||||
|
||||
if want_proxy
|
||||
subdir('proxy')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue