audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c'] audiotestsrclib = shared_library('spa-audiotestsrc', audiotestsrc_sources, include_directories : spa_inc, link_with : spalib, install : true, install_dir : '@0@/spa'.format(get_option('libdir')))