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