summaryrefslogtreecommitdiffstats
path: root/spa/plugins/volume/meson.build
blob: 2445e2bbdd805bcf2ff34a0e525aa1427483d331 (plain)
1
2
3
4
5
6
7
volume_sources = ['volume.c', 'plugin.c']

volumelib = shared_library('spa-volume',
  volume_sources,
  dependencies : [ spa_dep ],
  install : true,
  install_dir : spa_plugindir / 'volume')