pidgin/purple-plugin-pack

Patch from Sadrul.
org.guifications.plugins
2009-07-03, John Bailey
6844cae26d5c
Patch from Sadrul.

(11:43:58) John: so what do you want in the commit message?
(11:44:35) Sadrul: "Fix autoreply to buddies with aliases." should do
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
bitdir = $(PIDGIN_LIBDIR)
bit_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
bit_LTLIBRARIES = bit.la
bit_la_SOURCES = \
bit.c
bit_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(GTK_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS)