pidgin/purple-plugin-pack

* Added the date to ChangeLog
org.guifications.plugins pp_2_5_1
2008-12-26, grim
0ef79cf33012
* Added the date to ChangeLog
* Updated the version
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)