diff options
author | Richard Hughes <richard@hughsie.com> | 2016-01-22 13:57:26 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-01-22 13:57:26 +0000 |
commit | 07aed137cf66aca6fdc6d5b2e4ec27e16285bc71 (patch) | |
tree | 66172c2060ef27198f5f94b19ccf7a67af291cf3 /data | |
parent | 420423afe4320a8e780742a3ae06251e0dc69fad (diff) | |
download | appstream-glib-07aed137cf66aca6fdc6d5b2e4ec27e16285bc71.tar.gz |
trivial: Fix 'make distcheck' with the new gettext test files
Diffstat (limited to 'data')
-rw-r--r-- | data/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/tests/Makefile.am b/data/tests/Makefile.am index 368a556..330bfa3 100644 --- a/data/tests/Makefile.am +++ b/data/tests/Makefile.am @@ -30,6 +30,8 @@ test_files = \ font-1-1.fc21.noarch.rpm \ font-serif-1-1.fc21.noarch.rpm \ intltool.appdata.xml.in \ + locale/en_GB/LC_MESSAGES/app.mo \ + locale/ru/LC_MESSAGES/app.mo \ origin-icons.tar.gz \ origin.xml \ rpmbuild/app.png \ |