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.
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)