From f240ab432afc80463a3fba0de3904f61e3f5e34a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 12 Mar 2014 19:28:25 +0000 Subject: Add AsTag --- libappstream-glib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libappstream-glib/Makefile.am') 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) -- cgit v1.2.1