summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-08-29 16:35:34 +0200
committerDavid Zeuthen <davidz@redhat.com>2011-02-23 09:01:09 -0500
commitdd3593a5b74ebc2daee271639ce8a107de94e1f0 (patch)
treeb1e0d65258e78e44c1ee52e53607baa8e529262d
parent401d710a0c98f4011c3cf777677f96250bef9008 (diff)
Bug 29871 – Fix build failures with binutils-gold
Link polkit_agent_helper_1 against GLIB_LIBS. Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--src/polkitagent/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am
index d93d871..8fcce06 100644
--- 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)