Pass --libtool to g-ir-scanner
authorDavid Zeuthen <davidz@redhat.com>
Sun, 13 Sep 2009 18:53:14 +0000 (14:53 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 13 Sep 2009 18:53:14 +0000 (14:53 -0400)
Without this, builds with --enable-introspection fails in the Fedora
buildsystem.

src/polkit/Makefile.am

index 4b41f4e..bc119b2 100644 (file)
@@ -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                           \