changeset 14673:a2b56d168a88

[gaim-migrate @ 17419] Link to external libraries where necessary to reduce the number of undefined symbols reported by ldd -r committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 01 Oct 2006 16:33:14 +0000
parents cf7e6b705d1a
children 69590c55c748
files console/libgnt/wms/Makefile.am console/plugins/Makefile.am libgaim/protocols/jabber/Makefile.am libgaim/protocols/qq/Makefile.am
diffstat 4 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/console/libgnt/wms/Makefile.am	Sun Oct 01 16:11:39 2006 +0000
+++ b/console/libgnt/wms/Makefile.am	Sun Oct 01 16:33:14 2006 +0000
@@ -1,4 +1,4 @@
-s_la_LDFLAGS             = -module -avoid-version $(GLIB_LIBS)
+s_la_LDFLAGS             = -module -avoid-version $(GLIB_LIBS) $(GNT_LIBS)
 
 plugin_LTLIBRARIES = \
 	s.la
--- a/console/plugins/Makefile.am	Sun Oct 01 16:11:39 2006 +0000
+++ b/console/plugins/Makefile.am	Sun Oct 01 16:33:14 2006 +0000
@@ -1,5 +1,5 @@
-gntgf_la_LDFLAGS             = -module -avoid-version $(GLIB_LIBS) $(X11_LIBS)
-gnthistory_la_LDFLAGS             = -module -avoid-version $(GLIB_LIBS)
+gntgf_la_LDFLAGS      = -module -avoid-version $(GLIB_LIBS) $(X11_LIBS) $(GNT_LIBS)
+gnthistory_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
 
 if PLUGINS
 
@@ -9,8 +9,8 @@
 
 plugindir = $(libdir)/gaim
 
-gntgf_la_SOURCES        = gntgf.c
-gnthistory_la_SOURCES        = gnthistory.c
+gntgf_la_SOURCES      = gntgf.c
+gnthistory_la_SOURCES = gnthistory.c
 
 endif # PLUGINS
 
--- a/libgaim/protocols/jabber/Makefile.am	Sun Oct 01 16:11:39 2006 +0000
+++ b/libgaim/protocols/jabber/Makefile.am	Sun Oct 01 16:33:14 2006 +0000
@@ -36,7 +36,7 @@
 
 AM_CFLAGS = $(st)
 
-libjabber_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(SASL_LIBS)
+libjabber_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(SASL_LIBS) $(LIBXML_LIBS)
 
 if STATIC_JABBER
 
--- a/libgaim/protocols/qq/Makefile.am	Sun Oct 01 16:11:39 2006 +0000
+++ b/libgaim/protocols/qq/Makefile.am	Sun Oct 01 16:33:14 2006 +0000
@@ -73,7 +73,7 @@
 
 AM_CFLAGS = $(st)
 
-libqq_la_LDFLAGS = -module -avoid-version
+libqq_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
 
 if STATIC_QQ