pidgin/purple-plugin-pack

A few changes:
org.guifications.plugins
2008-07-22, rekkanoryo
1afb71dd8196
A few changes:
* Make the enchant support in switchspell the default.
* Fix help for the configure flag to reflect that it's now --disable-enchant.
* Add output to show if enchant will be used for switchspell when switchspell
is going to be built.
* Make the ChangeLog reflect the change to enchant by default.
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
blistopsdir = $(PIDGIN_LIBDIR)
blistops_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
blistops_LTLIBRARIES = blistops.la
blistops_la_SOURCES = \
blistops.c
blistops_la_LIBADD = \
$(GTK_LIBS) \
$(PIDGIN_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(GTK_CFLAGS)