summaryrefslogtreecommitdiff
path: root/libappstream-glib/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-03-07 14:42:08 +0000
committerRichard Hughes <richard@hughsie.com>2015-03-08 21:57:58 +0000
commit2abfdf9ec7537217c5a0469bb3b270872c74bc9f (patch)
treed09787aa29dd42601b789a05995e48867d3cb455 /libappstream-glib/Makefile.am
parent6f985ba035085751f16e0979d1ef864cd9d25719 (diff)
downloadappstream-glib-2abfdf9ec7537217c5a0469bb3b270872c74bc9f.tar.gz
Make the .inf parser compatible with more files
Diffstat (limited to 'libappstream-glib/Makefile.am')
-rw-r--r--libappstream-glib/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/libappstream-glib/Makefile.am b/libappstream-glib/Makefile.am
index 3a97292..179fa55 100644
--- a/libappstream-glib/Makefile.am
+++ b/libappstream-glib/Makefile.am
@@ -72,6 +72,7 @@ libappstream_glib_include_HEADERS = \
as-enums.h \
as-icon.h \
as-image.h \
+ as-inf.h \
as-node.h \
as-problem.h \
as-provide.h \
@@ -94,6 +95,8 @@ libappstream_glib_la_SOURCES = \
as-icon-private.h \
as-image.c \
as-image-private.h \
+ as-inf.c \
+ as-inf.h \
as-node.c \
as-node-private.h \
as-problem.c \
@@ -165,6 +168,8 @@ introspection_sources = \
as-icon.h \
as-image.c \
as-image.h \
+ as-inf.c \
+ as-inf.h \
as-node.c \
as-node.h \
as-problem.c \