pidgin/purple-plugin-pack

A bit of tweaking.
org.guifications.plugins
2008-07-03, grim
db6e35eb395d
A bit of tweaking.

We now create plugin_pack.list and plugin_pack.stats for the dist which are just the output of plugin_pack.py list/stats
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
groupmsgdir = $(PURPLE_LIBDIR)
groupmsg_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
groupmsg_LTLIBRARIES = groupmsg.la
groupmsg_la_SOURCES = \
groupmsg.c
groupmsg_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)