diff README.plugins @ 176:c99d0b82c8a8

[gaim-migrate @ 186] Fixed a bug where if you unload a plugin that had 3 callbacks, it would only unload 2 of them. Other touch-ups and additions. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 25 Apr 2000 18:55:56 +0000
parents a09fabd11900
children 0eb9e6928d7e
line wrap: on
line diff
--- a/README.plugins	Tue Apr 25 17:38:35 2000 +0000
+++ b/README.plugins	Tue Apr 25 18:55:56 2000 +0000
@@ -9,10 +9,11 @@
 ./configure script with the --disable-plugins option and recompile your
 source code.  This will stop any plugins from loading.
 
-Currently, they are not compiled when you perform a make and make install.
 If you wish to make use of the gaim plugins, enter the directory where you
 untarred gaim/plugins and type: 'make'.  Copy the resulting .so files to
-a safe location ($HOME/.gaim/plugins) and load them from within gaim.
+a safe location ($HOME/.gaim/plugins) and load them from within gaim. Note
+that plugins do not have to have a .so extension, but that is what is built
+by default, and that is what gaim looks for by default.
 
 Enjoy and Happy Hacking!