mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-12 14:12:38 +01:00
7 lines
154 B
Meson
7 lines
154 B
Meson
|
shared_module('checksum', 'checksum.c',
|
||
|
dependencies: [libgio_dep, hexchat_plugin_dep],
|
||
|
install: true,
|
||
|
install_dir: plugindir,
|
||
|
name_prefix: '',
|
||
|
)
|