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
HEADER_FILES = \
schedule.h
EXTRA_DIST = \
plugins.cfg \
$(HEADER_FILES)
pidgin_scheduledir = $(PIDGIN_LIBDIR)
pidgin_schedule_la_LDFLAGS = -module -avoid-version
pidgin_schedule_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS)
if HAVE_PIDGIN
pidgin_schedule_LTLIBRARIES = pidgin-schedule.la
pidgin_schedule_la_SOURCES = \
schedule.c \
pidgin-schedule.c
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(GTK_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS)