mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12: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
|
|
@ -1,6 +1,6 @@
|
|||
# this file is part of irssi
|
||||
|
||||
libirc_notifylist_a = static_library('irc_notifylist',
|
||||
libirc_notifylist_a = shared_module('irc_notifylist',
|
||||
files(
|
||||
'notify-commands.c',
|
||||
'notify-ison.c',
|
||||
|
|
@ -10,6 +10,8 @@ libirc_notifylist_a = static_library('irc_notifylist',
|
|||
),
|
||||
include_directories : rootinc,
|
||||
implicit_include_directories : false,
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
dependencies : dep)
|
||||
|
||||
install_headers(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue