summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-04-15 10:31:48 +0100
committerRichard Hughes <richard@hughsie.com>2014-04-15 10:40:46 +0100
commit38f595cd88532d8f16bbfb21fc8c7c236384cc07 (patch)
treeb9ddd869fc4a12999018ffc31a6c205f6ee188c1 /Makefile.am
parent6b529aaf918683fc5b72d89b9664ed67e085a8fe (diff)
downloadappstream-glib-38f595cd88532d8f16bbfb21fc8c7c236384cc07.tar.gz
Add a utility 'appstream-util' to do simple operations on AppStream metadata
Sub-commands understood by this utility include: 'install', 'uninstall', 'dump' and 'convert'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index dacdee2..fd22192 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
libappstream-glib \
+ client \
data \
docs