blob: 7ab9d830c131ee05e9b82c3bf18e0cd4e545d196 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
winsparkle_dep = cc.find_library('WinSparkle')
shared_module('upd', 'upd.c',
dependencies: [winsparkle_dep, hexchat_plugin_dep],
install: true,
install_dir: plugindir,
name_prefix: '',
)
|