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:
401d710
)
Bug 29871 – Fix build failures with binutils-gold
author
Michael Biebl
<biebl@debian.org>
Sun, 29 Aug 2010 14:35:34 +0000
(16:35 +0200)
committer
David Zeuthen
<davidz@redhat.com>
Wed, 23 Feb 2011 14:01:09 +0000
(09:01 -0500)
Link polkit_agent_helper_1 against GLIB_LIBS.
Signed-off-by: David Zeuthen <davidz@redhat.com>
src/polkitagent/Makefile.am
patch
|
blob
|
history
diff --git
a/src/polkitagent/Makefile.am
b/src/polkitagent/Makefile.am
index d93d871a83fbc7df8ddcd427d05a9bbecb9b15d4..8fcce0669bca2be815a0806649521925a50d828c 100644
(file)
--- a/
src/polkitagent/Makefile.am
+++ b/
src/polkitagent/Makefile.am
@@
-97,6
+97,7
@@
polkit_agent_helper_1_CFLAGS = \
polkit_agent_helper_1_LDADD = \
$(AUTH_LIBS) \
+ $(GLIB_LIBS) \
$(top_builddir)/src/polkit/libpolkit-gobject-1.la \
$(NULL)