pidgin/pidgin

a5d234780454
libpurple/Makefile.am: Fix dbus code generation from VPATH

When building libpurple in a VPATH (an external directory such as when
running distcheck), make sometimes finds enums.h and marshallers.h in
the source directory, but dbus-analyze-types.py doesn't, because it's
only looking in the build directory.

This patch resolves this problem by having dbus-analyze-types.py not
scan enums.h nor marshallers.h. They don't actually generate anything
anyway.

However, it also adds enums.h and marshallers.h as dependencies to
the $(libpurple_la_OBJECTS) rule so that `make distcheck` directly
after configuring still works.
For information on writing a plugin for Purple, Pidgin or Finch, go
https://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 passing
"--enable-gtk-doc" to ./configure, then running "make" in the source tree.
The documentation will be in the doc/reference/*/html directories.