Sun, 01 Oct 2006 16:33:14 +0000
[gaim-migrate @ 17419]
Link to external libraries where necessary to reduce the number of undefined
symbols reported by ldd -r
--- 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