autoload the IRC module

This commit is contained in:
Ailin Nemui 2021-03-27 11:05:54 +01:00 committed by Ailin Nemui
commit 82f8ee57c3
17 changed files with 70 additions and 28 deletions

View file

@ -1,12 +1,14 @@
# this file is part of irssi
libfe_irc_notifylist_a = static_library('fe_irc_notifylist',
libfe_irc_notifylist_a = shared_module('fe_irc_notifylist',
files(
'fe-notifylist.c',
'module-formats.c',
),
include_directories : rootinc,
implicit_include_directories : false,
install : true,
install_dir : moduledir,
c_args : [
def_helpdir,
def_sysconfdir,