pidgin/purple-plugin-pack

Initial version of the stress prpl.

2009-08-28, Gary Kramlich
70f19b728285
Initial version of the stress prpl.

It works, but I still can't reproduce the gf2 crash. Either way, this is good for really stressing libpurple, despite the fact that it still needs some work
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
bashdir = $(PURPLE_LIBDIR)
bash_la_LDFLAGS = -module -avoid-version
bash_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
if HAVE_PURPLE
bash_LTLIBRARIES = bash.la
bash_la_SOURCES = bash.c
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS) \
$(GLIB_CFLAGS)