pidgin/purple-plugin-pack

Some minor tweaks and attempt to do a channel auto-join list. The auto-join
currently does not work (purple_cmd_do_command() constantly returns
PURPLE_CMD_STATUS_FAILED, but gives no error message. Need to figure that out.
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)