summaryrefslogtreecommitdiff
path: root/libappstream-glib/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-13 15:42:02 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-13 15:42:02 +0000
commit71cec283d900b52e6d59092637ba5248d6715c08 (patch)
tree4d2dbb3dc8dcc47cfacd5b1da2cde159d7f969fc /libappstream-glib/Makefile.am
parenta4f0fa55a790b07f62e2dac0c98fe9755f95e239 (diff)
downloadappstream-glib-71cec283d900b52e6d59092637ba5248d6715c08.tar.gz
Use strndup so we can use expat-type parsers without an additional copy
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 c310482..be5b3b5 100644
--- a/libappstream-glib/Makefile.am
+++ b/libappstream-glib/Makefile.am
@@ -29,6 +29,7 @@ libappstream_glib_include_HEADERS = \
as-release.h \
as-screenshot.h \
as-tag.h \
+ as-utils.h \
as-version.h
libappstream_glib_la_SOURCES = \
@@ -38,6 +39,7 @@ libappstream_glib_la_SOURCES = \
as-release.c \
as-screenshot.c \
as-tag.c \
+ as-utils.c \
as-version.h
CLEANFILES = $(BUILT_SOURCES)