# HG changeset patch # User Evan Schoenberg # Date 1164839763 0 # Node ID 2add613bc250e3a03ca0948abf4c6644922f4d71 # Parent 86e334f620ca88f3848936705fffc138fc8cdc00 [gaim-migrate @ 17847] Fixed static compilation; libaim and libicq need to have unique plugin names, and those names should preferably match the names defined by the info struct committer: Tailor Script diff -r 86e334f620ca -r 2add613bc250 libgaim/protocols/oscar/libaim.c --- a/libgaim/protocols/oscar/libaim.c Wed Nov 29 18:05:25 2006 +0000 +++ b/libgaim/protocols/oscar/libaim.c Wed Nov 29 22:36:03 2006 +0000 @@ -146,4 +146,4 @@ gaim_prefs_remove("/plugins/prpl/oscar/always_use_rv_proxy"); } -GAIM_INIT_PLUGIN(oscar, init_plugin, info); +GAIM_INIT_PLUGIN(aim, init_plugin, info); diff -r 86e334f620ca -r 2add613bc250 libgaim/protocols/oscar/libicq.c --- a/libgaim/protocols/oscar/libicq.c Wed Nov 29 18:05:25 2006 +0000 +++ b/libgaim/protocols/oscar/libicq.c Wed Nov 29 22:36:03 2006 +0000 @@ -150,4 +150,4 @@ gaim_prefs_remove("/plugins/prpl/oscar/always_use_rv_proxy"); } -GAIM_INIT_PLUGIN(oscar, init_plugin, info); +GAIM_INIT_PLUGIN(icq, init_plugin, info);