summaryrefslogtreecommitdiff
path: root/libappstream-glib/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-12 19:28:25 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-12 19:28:25 +0000
commitf240ab432afc80463a3fba0de3904f61e3f5e34a (patch)
tree69e1f2f7de878b7cd99ff935972f38f05351e6ba /libappstream-glib/Makefile.am
parentd11a2121b414ba05e2c4663f0f31e33a6d931eef (diff)
downloadappstream-glib-f240ab432afc80463a3fba0de3904f61e3f5e34a.tar.gz
Add AsTag
Diffstat (limited to 'libappstream-glib/Makefile.am')
-rw-r--r--libappstream-glib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/Makefile.am b/libappstream-glib/Makefile.am
index 674b0b6..ef3095c 100644
--- a/libappstream-glib/Makefile.am
+++ b/libappstream-glib/Makefile.am
@@ -25,11 +25,13 @@ libappstream_glib_include_HEADERS = \
appstream-glib.h \
as-app.h \
as-release.h \
+ as-tag.h \
as-version.h
libappstream_glib_la_SOURCES = \
as-app.c \
as-release.c \
+ as-tag.c \
as-version.h
CLEANFILES = $(BUILT_SOURCES)