From da96f6e2dddb8402fbb2135fdb3550e8f77c434e Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Sun, 13 Sep 2009 14:53:14 -0400 Subject: [PATCH] Pass --libtool to g-ir-scanner Without this, builds with --enable-introspection fails in the Fedora buildsystem. --- src/polkit/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/polkit/Makefile.am b/src/polkit/Makefile.am index 4b41f4e..bc119b2 100644 --- a/src/polkit/Makefile.am +++ b/src/polkit/Makefile.am @@ -140,6 +140,7 @@ Polkit-1.0.gir: libpolkit-gobject-1.la $(G_IR_SCANNER) Makefile.am --pkg=glib-2.0 \ --pkg=gobject-2.0 \ --pkg=gio-2.0 \ + --libtool=$(top_builddir)/libtool \ $(EGG_DBUS_CFLAGS) \ -I$(top_srcdir)/src \ -D_POLKIT_COMPILATION \ -- 2.7.4