summaryrefslogtreecommitdiff
path: root/libappstream-glib/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-01-20 14:58:57 +0000
committerRichard Hughes <richard@hughsie.com>2015-01-20 15:04:02 +0000
commitacf84d61743f5dce83cc104d6160f12a2b3ad8e4 (patch)
treedaba03a805ad37636bd319e5328daec0f66c4af9 /libappstream-glib/Makefile.am
parent17e6d34880df2f3ef1b35d104ed971afc6eb6669 (diff)
downloadappstream-glib-acf84d61743f5dce83cc104d6160f12a2b3ad8e4.tar.gz
Add support for <bundle>
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 3c8d45c..3a97292 100644
--- a/libappstream-glib/Makefile.am
+++ b/libappstream-glib/Makefile.am
@@ -68,6 +68,7 @@ libappstream_glib_includedir = $(includedir)/libappstream-glib
libappstream_glib_include_HEADERS = \
appstream-glib.h \
as-app.h \
+ as-bundle.h \
as-enums.h \
as-icon.h \
as-image.h \
@@ -85,6 +86,8 @@ libappstream_glib_la_SOURCES = \
as-app.c \
as-app-private.h \
as-app-validate.c \
+ as-bundle.c \
+ as-bundle-private.h \
as-cleanup.h \
as-enums.c \
as-icon.c \
@@ -154,6 +157,8 @@ introspection_sources = \
as-app.c \
as-app-validate.c \
as-app.h \
+ as-bundle.c \
+ as-bundle.h \
as-enums.c \
as-enums.h \
as-icon.c \