pipewire/spa/plugins/remote/meson.build
2016-10-14 16:46:09 +02:00

10 lines
407 B
Meson

remote_sources = ['proxy.c',
'dbus-proxy.c',
'plugin.c']
remotelib = shared_library('spa-remote',
remote_sources,
include_directories : spa_inc,
link_with : spalib,
install : true,
install_dir : '@0@/spa'.format(get_option('libdir')))