diff options
author | Evan Nemerson <evan@coeus-group.com> | 2011-07-17 16:01:18 -0700 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2011-08-01 09:54:35 -0400 |
commit | ec0fc445d0cbf96b8748003021c603d0303b5ef3 (patch) | |
tree | 60397e333e211195aef91cd269aa4dda1a32b11c | |
parent | 7850d27017fed1834268a852350ae85381fbb110 (diff) |
Specify exported pkg-config files in GIRs
https://bugs.freedesktop.org/show_bug.cgi?id=39315
Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r-- | src/polkit/Makefile.am | 1 | ||||
-rw-r--r-- | 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 \ |