mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 06:32:06 +02:00
replace shared_module with shared_library
according to mesonbuild irc chat
This commit is contained in:
parent
df8aa42778
commit
989ddd8429
14 changed files with 37 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# this file is part of irssi
|
||||
|
||||
shared_module('irc_proxy',
|
||||
shared_library('irc_proxy',
|
||||
files(
|
||||
'dump.c',
|
||||
'listen.c',
|
||||
|
|
@ -13,6 +13,7 @@ shared_module('irc_proxy',
|
|||
install : true,
|
||||
install_dir : moduledir,
|
||||
dependencies : dep,
|
||||
override_options : ['b_lundef=false'],
|
||||
)
|
||||
|
||||
# noinst_headers = files(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue