diff options
author | Evan Nemerson <evan@coeus-group.com> | 2012-01-11 23:42:22 -0800 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2012-01-12 09:06:43 +0100 |
commit | a5f834204f375519b178f98770f8cfd9668a4603 (patch) | |
tree | ec23bf16939b54f26478434ee0538635b8b9bd1d /Makefile.am | |
parent | 1305ffe0456cc016a78c1fc7ca17645cfef39778 (diff) |
gudev: several minor introspection fixes
- Include exported package information
- Include C include information
- g_udev_device_get_parent & g_udev_device_get_parent_with_subsystem
transfer ownership of their return values
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 83e5fa31d5..d3d9570e6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -479,6 +479,8 @@ src/extras/gudev/GUdev-1.0.gir: src/extras/gudev/libgudev-1.0.la $(G_IR_SCANNER) --output $@ \ --pkg=glib-2.0 \ --pkg=gobject-2.0 \ + --pkg-export=gudev-1.0 \ + --c-include=gudev/gudev.h \ -I$(top_srcdir)/src/extras \ -I$(top_builddir)/src/extras \ -D_GUDEV_COMPILATION \ |