[gaim-migrate @ 17419]

Sun, 01 Oct 2006 16:33:14 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sun, 01 Oct 2006 16:33:14 +0000
changeset 14735
10c4f4de833e
parent 14734
cc74111fd816
child 14736
90fe3dd8e9db

[gaim-migrate @ 17419]
Link to external libraries where necessary to reduce the number of undefined
symbols reported by ldd -r

console/libgnt/wms/Makefile.am file | annotate | diff | comparison | revisions
console/plugins/Makefile.am file | annotate | diff | comparison | revisions
libgaim/protocols/jabber/Makefile.am file | annotate | diff | comparison | revisions
libgaim/protocols/qq/Makefile.am file | annotate | diff | comparison | revisions
--- 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
 

mercurial