aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-08 16:32:59 -0400
committerDavid Robillard <d@drobilla.net>2022-08-08 21:45:50 -0400
commitd69fdf76163882eaef3f4c00373ecebdfca85deb (patch)
tree706065c73ed3d4aa1fcf36b28559d1a15accffcb /plugins/eg-sampler.lv2/meson.build
parent906deeb65880163de93027cd804c596f3bc2936e (diff)
downloadlv2-d69fdf76163882eaef3f4c00373ecebdfca85deb.tar.xz
eg-sampler: Install click.wav to plugin bundle
Diffstat (limited to 'plugins/eg-sampler.lv2/meson.build')
-rw-r--r--plugins/eg-sampler.lv2/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-sampler.lv2/meson.build b/plugins/eg-sampler.lv2/meson.build
index 85dc9a0..fe9c2fd 100644
--- a/plugins/eg-sampler.lv2/meson.build
+++ b/plugins/eg-sampler.lv2/meson.build
@@ -3,7 +3,7 @@
plugin_sources = files('sampler.c')
bundle_name = 'eg-sampler.lv2'
-data_filenames = ['manifest.ttl.in', 'sampler.ttl']
+data_filenames = ['manifest.ttl.in', 'sampler.ttl', 'click.wav']
sndfile_dep = dependency('sndfile',
version: '>= 1.0.0',