# HG changeset patch # User Stu Tomlinson # Date 1114794268 0 # Node ID 2cc05a9e944df75fd83c87beb682af1724ccf290 # Parent 29bec53bd2d2497e84707f532e46cff8d6748bbc [gaim-migrate @ 12597] Fix Fedora "Bug" 149767 ??? gaim plugins unresolved symbols committer: Tailor Script diff -r 29bec53bd2d2 -r 2cc05a9e944d plugins/Makefile.am --- a/plugins/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -18,17 +18,17 @@ plugindir = $(libdir)/gaim -autorecon_la_LDFLAGS = -module -avoid-version -extplacement_la_LDFLAGS = -module -avoid-version -gaimrc_la_LDFLAGS = -module -avoid-version -history_la_LDFLAGS = -module -avoid-version -iconaway_la_LDFLAGS = -module -avoid-version -idle_la_LDFLAGS = -module -avoid-version -notify_la_LDFLAGS = -module -avoid-version -relnot_la_LDFLAGS = -module -avoid-version -spellchk_la_LDFLAGS = -module -avoid-version -statenotify_la_LDFLAGS = -module -avoid-version -timestamp_la_LDFLAGS = -module -avoid-version +autorecon_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) +extplacement_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) +gaimrc_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) +history_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) +iconaway_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) +idle_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) +notify_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) +relnot_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) +spellchk_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) +statenotify_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) +timestamp_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) if PLUGINS diff -r 29bec53bd2d2 -r 2cc05a9e944d plugins/docklet/Makefile.am --- a/plugins/docklet/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/docklet/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -4,7 +4,7 @@ plugindir = $(libdir)/gaim -docklet_la_LDFLAGS = -module -avoid-version +docklet_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) if PLUGINS diff -r 29bec53bd2d2 -r 2cc05a9e944d plugins/gaim-remote/Makefile.am --- a/plugins/gaim-remote/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/gaim-remote/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -18,7 +18,7 @@ plugin_LTLIBRARIES = gaim-remote.la gaim_remote_la_SOURCES = remote.c -gaim_remote_la_LIBADD = libgaim-remote.la $(GLIB_LIBS) +gaim_remote_la_LIBADD = libgaim-remote.la $(GTK_LIBS) endif diff -r 29bec53bd2d2 -r 2cc05a9e944d plugins/gestures/Makefile.am --- a/plugins/gestures/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/gestures/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -1,6 +1,6 @@ plugindir = $(libdir)/gaim -gestures_la_LDFLAGS = -module -avoid-version +gestures_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) if PLUGINS diff -r 29bec53bd2d2 -r 2cc05a9e944d plugins/gevolution/Makefile.am --- a/plugins/gevolution/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/gevolution/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -2,7 +2,8 @@ gevolution_la_LDFLAGS = \ -module -avoid-version \ - $(EVOLUTION_ADDRESSBOOK_LIBS) + $(EVOLUTION_ADDRESSBOOK_LIBS) \ + $(GTK_LIBS) if PLUGINS diff -r 29bec53bd2d2 -r 2cc05a9e944d plugins/perl/Makefile.am --- a/plugins/perl/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/perl/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -4,7 +4,7 @@ plugin_LTLIBRARIES = perl.la -perl_la_LDFLAGS = -module -avoid-version $(PERL_LIBS) +perl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(PERL_LIBS) perl_la_LIBADD = $(PERL_LIBS) perl_la_SOURCES = \ perl.c \ diff -r 29bec53bd2d2 -r 2cc05a9e944d plugins/ssl/Makefile.am --- a/plugins/ssl/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/ssl/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -3,9 +3,9 @@ plugindir = $(libdir)/gaim -ssl_la_LDFLAGS = -module -avoid-version -ssl_gnutls_la_LDFLAGS = -module -avoid-version -ssl_nss_la_LDFLAGS = -module -avoid-version +ssl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) +ssl_gnutls_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) +ssl_nss_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if PLUGINS diff -r 29bec53bd2d2 -r 2cc05a9e944d plugins/tcl/Makefile.am --- a/plugins/tcl/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/tcl/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -1,6 +1,6 @@ plugindir = $(libdir)/gaim -tcl_la_LDFLAGS = -module -avoid-version $(TCL_LIBS) $(TK_LIBS) +tcl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS) plugin_LTLIBRARIES = tcl.la diff -r 29bec53bd2d2 -r 2cc05a9e944d plugins/ticker/Makefile.am --- a/plugins/ticker/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/plugins/ticker/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -3,7 +3,7 @@ plugindir = $(libdir)/gaim -ticker_la_LDFLAGS = -module -avoid-version +ticker_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) if PLUGINS diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/gg/Makefile.am --- a/src/protocols/gg/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/gg/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -12,7 +12,7 @@ AM_CFLAGS = $(st) -libgg_la_LDFLAGS = -module -avoid-version +libgg_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_GG diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/irc/Makefile.am --- a/src/protocols/irc/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/irc/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -6,7 +6,7 @@ AM_CFLAGS = $(st) -libirc_la_LDFLAGS = -module -avoid-version +libirc_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_IRC diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/jabber/Makefile.am --- a/src/protocols/jabber/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/jabber/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -36,7 +36,7 @@ AM_CFLAGS = $(st) -libjabber_la_LDFLAGS = -module -avoid-version +libjabber_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_JABBER diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/msn/Makefile.am --- a/src/protocols/msn/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/msn/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -65,7 +65,7 @@ AM_CFLAGS = $(st) -libmsn_la_LDFLAGS = -module -avoid-version +libmsn_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_MSN diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/napster/Makefile.am --- a/src/protocols/napster/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/napster/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -7,7 +7,7 @@ AM_CFLAGS = $(st) -libnapster_la_LDFLAGS = -module -avoid-version +libnapster_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_NAPSTER diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/novell/Makefile.am --- a/src/protocols/novell/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/novell/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -28,7 +28,7 @@ AM_CFLAGS = $(st) -libnovell_la_LDFLAGS = -module -avoid-version +libnovell_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_NOVELL diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/oscar/Makefile.am --- a/src/protocols/oscar/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/oscar/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -50,7 +50,7 @@ AM_CFLAGS = $(st) -liboscar_la_LDFLAGS = -module -avoid-version +liboscar_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_OSCAR diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/rendezvous/Makefile.am --- a/src/protocols/rendezvous/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/rendezvous/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -14,7 +14,7 @@ AM_CFLAGS = $(st) -librendezvous_la_LDFLAGS = -module -avoid-version +librendezvous_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_RENDEZVOUS diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/silc/Makefile.am --- a/src/protocols/silc/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/silc/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -6,7 +6,7 @@ AM_CFLAGS = $(st) -libsilcgaim_la_LDFLAGS = -module -avoid-version +libsilcgaim_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_SILC diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/yahoo/Makefile.am --- a/src/protocols/yahoo/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/yahoo/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -26,7 +26,7 @@ AM_CFLAGS = $(st) -libyahoo_la_LDFLAGS = -module -avoid-version +libyahoo_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_YAHOO diff -r 29bec53bd2d2 -r 2cc05a9e944d src/protocols/zephyr/Makefile.am --- a/src/protocols/zephyr/Makefile.am Thu Apr 28 20:48:12 2005 +0000 +++ b/src/protocols/zephyr/Makefile.am Fri Apr 29 17:04:28 2005 +0000 @@ -73,7 +73,7 @@ ZEPHYRLIBSEXT = $(ZEPHYR_LDFLAGS) $(ZEPHYR_LIBS) -libzephyr_la_LDFLAGS = -module -avoid-version +libzephyr_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_ZEPHYR