Specify exported pkg-config files in GIRs
authorEvan Nemerson <evan@coeus-group.com>
Sun, 17 Jul 2011 23:01:18 +0000 (16:01 -0700)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 1 Aug 2011 13:54:35 +0000 (09:54 -0400)
https://bugs.freedesktop.org/show_bug.cgi?id=39315

Signed-off-by: David Zeuthen <davidz@redhat.com>
src/polkit/Makefile.am
src/polkitagent/Makefile.am

index 3dd3166a2eb937bbab271eece281d5aeafe2748a..9d7c4ce9d6f906952abaeb6a0353e3cabe50c0c4 100644 (file)
@@ -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                            \
index e2f15500579d97de8c28ba70115d2530559d6405..4a6aa9b6d52dcb77d43779dc236f7ab4bd1282b0 100644 (file)
@@ -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                            \