summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-07-28 22:01:25 -0400
committerRichard Hughes <richard@hughsie.com>2017-07-29 11:43:16 +0100
commit280b4247bb2c27ee2502bf31e3d084de0640e8ae (patch)
treed8a41433ed352bfae7003fecfd4adfdac664de45
parente0846ce16a61cc2f929e0414d561259e464ff33b (diff)
downloadappstream-glib-280b4247bb2c27ee2502bf31e3d084de0640e8ae.tar.gz
meson: Install appdata-xml.m4
Accidentally dropped when ported to meson Fixes: https://github.com/hughsie/appstream-glib/issues/183
-rw-r--r--data/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/meson.build b/data/meson.build
index 81efa94..ccc3273 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,6 +1,7 @@
subdir('installed-tests')
subdir('tests')
+install_data('appdata-xml.m4', install_dir : 'share/aclocal')
install_data('appstream-xml.m4', install_dir : 'share/aclocal')
install_data('appstream-util', install_dir : 'share/bash-completion/completions')