mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-12 22:22:43 +01:00
1de339dfbc
This adds DEF file names in meson. Without the DEF files, every functions are exproted from plugins.
8 lines
182 B
Meson
8 lines
182 B
Meson
shared_module('winamp', 'winamp.c',
|
|
dependencies: [libgio_dep, hexchat_plugin_dep],
|
|
install: true,
|
|
install_dir: plugindir,
|
|
name_prefix: '',
|
|
vs_module_defs: 'winamp.def',
|
|
)
|