mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
7 lines
150 B
Meson
7 lines
150 B
Meson
|
|
shared_module('winamp', 'winamp.c',
|
||
|
|
dependencies: [libgio_dep, hexchat_plugin_dep],
|
||
|
|
install: true,
|
||
|
|
install_dir: plugindir,
|
||
|
|
name_prefix: '',
|
||
|
|
)
|