pipewire/spa/plugins/remote/meson.build
2016-09-26 12:15:52 +02:00

8 lines
355 B
Meson

remote_sources = ['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')))