mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Merge pull request #1493 from ailin-nemui/macsuffix
add explicit name_suffix to shared modules
This commit is contained in:
commit
f1c9fb4296
15 changed files with 25 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ libfe_irc_dcc_a = static_library('fe_irc_dcc',
|
|||
],
|
||||
dependencies : dep)
|
||||
shared_module('fe_irc_dcc',
|
||||
name_suffix : module_suffix,
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_with : dl_cross_irc_dcc,
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ libfe_common_irc_a = static_library('fe_common_irc',
|
|||
],
|
||||
dependencies : dep)
|
||||
shared_module('fe_common_irc',
|
||||
name_suffix : module_suffix,
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_with : dl_cross_irc_core,
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ libfe_irc_notifylist_a = static_library('fe_irc_notifylist',
|
|||
],
|
||||
dependencies : dep)
|
||||
shared_module('fe_irc_notifylist',
|
||||
name_suffix : module_suffix,
|
||||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_with : dl_cross_irc_notifylist,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue