add explicit name_suffix to shared modules

This commit is contained in:
Ailin Nemui 2023-08-10 10:19:01 +02:00
commit c0db0b8cb8
15 changed files with 25 additions and 0 deletions

View file

@ -39,6 +39,7 @@ libirc_core_a = static_library('irc_core',
],
dependencies : dep)
libirc_core_sm = shared_module('irc_core',
name_suffix : module_suffix,
install : true,
install_dir : moduledir,
link_whole : libirc_core_a)