view PLUGIN_HOWTO @ 21036:97f70e18c610

Remove the Makefile.am for a directory which actually installs files, pidgin/pixmaps/animations/16. This uses an automake nobase_ rule, which is apparently "new", but I think has been around since at least 1.6. This might make people scream. It will also certainly require Makefile.mingw changes, but hopefully the pixmap DATA rule can be used to minimize the pain.
author Ethan Blanton <elb@pidgin.im>
date Sun, 28 Oct 2007 15:06:33 +0000
parents 83ec0b408926
children db5a58aabe38
line wrap: on
line source

For information on writing a plugin for Purple, Pidgin or Finch, go
http://developer.pidgin.im and click on API.  From there, see the HOWTOs in the
"Related Pages" section.

You can also generate this documentation locally by installing
doxygen and graphviz dot, then running "make docs" in the
source tree.  The documentation will be in the docs/html directory.