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 = \
plugins.cfg
talkfiltersdir = $(PIDGIN_LIBDIR)
talkfilters_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
if USE_TALKFILTERS
talkfilters_LTLIBRARIES = talkfilters.la
talkfilters_la_SOURCES = \
talkfilters.c
talkfilters_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS) \
$(TALKFILTERS_LIBS)
endif
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
$(GTK_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS)