From 3f830f1ac339146633bc29dc5f7e7519859d50ea Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 29 Aug 2010 16:35:34 +0200 Subject: [PATCH] =?UTF-8?q?Bug=2029871=20=E2=80=93=20Fix=20build=20failures=20with=20binutils-gold?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Link polkit_agent_helper_1 against GLIB_LIBS. --- src/polkitagent/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am index 96ffd7c..249b407 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) -- 1.7.1