summary refs log tree commit diff stats
path: root/plugins/checksum/meson.build
blob: 25835457b690362b4ed5a27f68e31d28e185da4f (plain) (blame)
1
2
3
4
5
6
shared_module('checksum', 'checksum.c',
  dependencies: [libgio_dep, hexchat_plugin_dep],
  install: true,
  install_dir: plugindir,
  name_prefix: '',
)