summary refs log blame commit diff stats
path: root/plugins/winamp/meson.build
blob: b07e70713ef16055148eeaf2b70ef2cfd70e6d77 (plain) (tree)
1
2
3
4
5
6





                                                 
shared_module('winamp', 'winamp.c',
  dependencies: [libgio_dep, hexchat_plugin_dep],
  install: true,
  install_dir: plugindir,
  name_prefix: '',
)