summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-05-04 21:06:21 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-05-04 21:06:21 +0100
commitecb0228cf0e540a3bd93c60fd56dd23131f0e30b (patch)
tree7967c6e868c097baaa75766ad317731b59fa0a50
parent5d40e49d12ecc9202c446909b0cc410d0bbc2cbb (diff)
meson: install gst-element-check-1.0.m4
https://bugzilla.gnome.org/show_bug.cgi?id=782174
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ba6312bb0..ce342fe49 100644
--- a/meson.build
+++ b/meson.build
@@ -435,3 +435,5 @@ else
endif
run_command(py3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')
+
+install_data('gst-element-check-1.0.m4', install_dir : join_paths(get_option('datadir'), 'aclocal'))