Bug 29871 – Fix build failures with binutils-gold
authorMichael Biebl <biebl@debian.org>
Sun, 29 Aug 2010 14:35:34 +0000 (16:35 +0200)
committerDavid 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

index d93d871a83fbc7df8ddcd427d05a9bbecb9b15d4..8fcce0669bca2be815a0806649521925a50d828c 100644 (file)
@@ -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)