summaryrefslogtreecommitdiff
path: root/rest
diff options
context:
space:
mode:
Diffstat (limited to 'rest')
-rw-r--r--rest/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest/meson.build b/rest/meson.build
index 0a16c36..fd3ae79 100644
--- a/rest/meson.build
+++ b/rest/meson.build
@@ -92,6 +92,7 @@ if get_option('introspection')
namespace: 'Rest',
symbol_prefix: 'rest',
identifier_prefix: 'Rest',
+ header: 'rest/rest.h',
export_packages: librest_pkg_string,
includes: [ 'GObject-2.0', 'Gio-2.0', 'Soup-@0@'.format(libsoup_api_version) ],
extra_args: librest_gir_extra_args,