pidgin/purple-plugin-pack

05708390e9b2
Fixed up the message splitter plugin to work and not depend on gdk...

Theres some hackery here though. On !win32, we depend on cairo, which should be alright anyways, however this needs to be tested on windows.

Also, this still needs a lot of cleanup, but it does work.
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
sepandtabdir = $(PIDGIN_LIBDIR)
sepandtab_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
sepandtab_LTLIBRARIES = sepandtab.la
sepandtab_la_SOURCES = \
sepandtab.c
sepandtab_la_LIBADD = \
$(PIDGIN_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(GTK_CFLAGS)