changeset 24329:f498f5a5f501

This fixes a link error when linking with GNU ld and specifying the --as-needed flag to ld. Fixes #7391. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Diego Pettenò <flameeyes@gentoo.org>
date Thu, 30 Oct 2008 02:41:45 +0000
parents 6c6edb71035d
children eab7a02d87de
files pidgin/Makefile.am
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/Makefile.am	Wed Oct 29 22:06:50 2008 +0000
+++ b/pidgin/Makefile.am	Thu Oct 30 02:41:45 2008 +0000
@@ -188,6 +188,7 @@
 pidgin_LDFLAGS = -export-dynamic
 pidgin_LDADD = \
 	@LIBOBJS@ \
+	$(GLIB_LIBS) \
 	$(DBUS_LIBS) \
 	$(GSTREAMER_LIBS) \
 	$(XSS_LIBS) \