From 280b4247bb2c27ee2502bf31e3d084de0640e8ae Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Fri, 28 Jul 2017 22:01:25 -0400 Subject: meson: Install appdata-xml.m4 Accidentally dropped when ported to meson Fixes: https://github.com/hughsie/appstream-glib/issues/183 --- data/meson.build | 1 + 1 file changed, 1 insertion(+) 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') -- cgit v1.2.1