# HG changeset patch # User Stu Tomlinson # Date 1159720394 0 # Node ID a2b56d168a88b16233a5927e392a4c250f81409f # Parent cf7e6b705d1abd4d3ab8fb1a1b90d85dab5732b0 [gaim-migrate @ 17419] Link to external libraries where necessary to reduce the number of undefined symbols reported by ldd -r committer: Tailor Script diff -r cf7e6b705d1a -r a2b56d168a88 console/libgnt/wms/Makefile.am --- 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 diff -r cf7e6b705d1a -r a2b56d168a88 console/plugins/Makefile.am --- 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 diff -r cf7e6b705d1a -r a2b56d168a88 libgaim/protocols/jabber/Makefile.am --- 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 diff -r cf7e6b705d1a -r a2b56d168a88 libgaim/protocols/qq/Makefile.am --- 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