diff options
author | Richard Hughes <richard@hughsie.com> | 2016-01-21 11:32:02 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-01-21 12:18:13 +0000 |
commit | b24b77b028093bef5ebaf1fbdfb6b545f823486d (patch) | |
tree | ede832cbd9633e5f63e31330f5d1207dbe0911a0 /libappstream-glib/Makefile.am | |
parent | 67a1423991010efd052a374fb9444f03cd211767 (diff) | |
download | appstream-glib-b24b77b028093bef5ebaf1fbdfb6b545f823486d.tar.gz |
Move the gettext parsing to libappstream-glib
Diffstat (limited to 'libappstream-glib/Makefile.am')
-rw-r--r-- | libappstream-glib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/Makefile.am b/libappstream-glib/Makefile.am index feb7d21..f017040 100644 --- a/libappstream-glib/Makefile.am +++ b/libappstream-glib/Makefile.am @@ -69,6 +69,7 @@ libappstream_glib_includedir = $(includedir)/libappstream-glib libappstream_glib_include_HEADERS = \ appstream-glib.h \ as-app.h \ + as-app-gettext.h \ as-bundle.h \ as-checksum.h \ as-enums.h \ @@ -89,6 +90,7 @@ libappstream_glib_include_HEADERS = \ libappstream_glib_la_SOURCES = \ as-app.c \ as-app-desktop.c \ + as-app-gettext.c \ as-app-inf.c \ as-app-private.h \ as-app-validate.c \ |