diff options
author | Corentin Noël <corentin@elementary.io> | 2018-03-24 15:18:21 +0000 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-03-26 12:45:49 +0200 |
commit | 468a01933323f66c55ff2c1db78cf6d7996a3289 (patch) | |
tree | e1360d55d71602e2f33e986f6e1194618c55540f /libnm/meson.build | |
parent | 03a9bb88aac42bde7f29c41ccb3785752aeb0d0e (diff) | |
download | NetworkManager-468a01933323f66c55ff2c1db78cf6d7996a3289.tar.gz |
gobject-introspection: made several fixes to the annotations
https://bugzilla.gnome.org/show_bug.cgi?id=794658
Diffstat (limited to 'libnm/meson.build')
-rw-r--r-- | libnm/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/meson.build b/libnm/meson.build index b01361e0c3..4e985b0aa4 100644 --- a/libnm/meson.build +++ b/libnm/meson.build @@ -201,6 +201,7 @@ if enable_introspection export_packages: libnm_name, includes: 'Gio-2.0', extra_args: cflags, + header: 'NetworkManager.h', install: true ) |