summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-01-17 11:46:30 +0000
committerRichard Hughes <richard@hughsie.com>2018-01-17 16:08:14 +0000
commitdfae4c7d10ccb6c78a9418356a69f06cfb6dbafe (patch)
tree9754ff7e20450164af7864889d9fe16ad84a4e83
parentbb00ce4ce20b357ff57c202cf914e3350a28f9ea (diff)
downloadappstream-glib-dfae4c7d10ccb6c78a9418356a69f06cfb6dbafe.tar.gz
trivial: Add missing types from the Introspection
-rw-r--r--libappstream-glib/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/meson.build b/libappstream-glib/meson.build
index 7eb1183..19576fa 100644
--- a/libappstream-glib/meson.build
+++ b/libappstream-glib/meson.build
@@ -185,6 +185,8 @@ introspection_sources = [
'as-inf.h',
'as-launchable.c',
'as-launchable.h',
+ 'as-markup.c',
+ 'as-markup.h',
'as-node.c',
'as-node.h',
'as-problem.c',