make support plugin

This commit is contained in:
Wim Taymans 2017-06-14 10:15:17 +02:00
parent 1e71b24952
commit 9257e3b8f3
5 changed files with 262 additions and 2 deletions

View file

@ -0,0 +1,8 @@
spa_support_sources = ['mapper.c', 'plugin.c']
spa_support_lib = shared_library('spa-support',
spa_support_sources,
include_directories : [ spa_inc, spa_libinc],
dependencies : threads_dep,
install : true,
install_dir : '@0@/spa'.format(get_option('libdir')))