summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-09-13 14:53:14 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-09-13 14:53:14 -0400
commitda96f6e2dddb8402fbb2135fdb3550e8f77c434e (patch)
treeb030d367df6eaad6d0e01a98bc08e0b25535164c
parenta35927899af8c68b36b3ad8876fd6aecabce7001 (diff)
downloadpolkit-da96f6e2dddb8402fbb2135fdb3550e8f77c434e.tar.gz
Pass --libtool to g-ir-scanner
Without this, builds with --enable-introspection fails in the Fedora buildsystem.
-rw-r--r--src/polkit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \