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
enhancedhistdir = $(PIDGIN_LIBDIR)
enhancedhist_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
enhancedhist_LTLIBRARIES = enhancedhist.la
enhancedhist_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GLIB_LIBS)
enhancedhist_la_SOURCES = enhancedhist.c
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS)