projects
/
platform
/
upstream
/
polkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a359278
)
Pass --libtool to g-ir-scanner
author
David Zeuthen
<davidz@redhat.com>
Sun, 13 Sep 2009 18:53:14 +0000
(14:53 -0400)
committer
David 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
patch
|
blob
|
history
diff --git
a/src/polkit/Makefile.am
b/src/polkit/Makefile.am
index
4b41f4e
..
bc119b2
100644
(file)
--- 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 \