From 24191fd40dc3642faa2887cb1e4ec2f8a9ef42a3 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Sun, 17 Jul 2011 16:01:18 -0700 Subject: [PATCH] Specify exported pkg-config files in GIRs https://bugs.freedesktop.org/show_bug.cgi?id=39315 --- src/polkit/Makefile.am | 1 + src/polkitagent/Makefile.am | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/polkit/Makefile.am b/src/polkit/Makefile.am index 3dd3166..9d7c4ce 100644 --- a/src/polkit/Makefile.am +++ b/src/polkit/Makefile.am @@ -109,6 +109,7 @@ Polkit-1.0.gir: libpolkit-gobject-1.la $(INTROSPECTION_SCANNER) Makefile.am --pkg=glib-2.0 \ --pkg=gobject-2.0 \ --pkg=gio-2.0 \ + --pkg-export=polkit-gobject-1 \ --libtool=$(top_builddir)/libtool \ --c-include='polkit/polkit.h' \ -I$(top_srcdir)/src \ diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am index e2f1550..4a6aa9b 100644 --- a/src/polkitagent/Makefile.am +++ b/src/polkitagent/Makefile.am @@ -120,6 +120,7 @@ PolkitAgent-1.0.gir: libpolkit-agent-1.la $(INTROSPECTION_SCANNER) Makefile.am --pkg=glib-2.0 \ --pkg=gobject-2.0 \ --pkg=gio-2.0 \ + --pkg-export=polkit-agent-1 \ --c-include='polkitagent/polkitagent.h' \ --libtool=$(top_builddir)/libtool \ -I$(top_srcdir)/src \ -- 1.7.5.4