pidgin/purple-plugin-pack

switchspell can now work with a gtkspell that uses enchant by using
org.guifications.plugins
2008-05-17, nosnilmot
b12e0d47e670
switchspell can now work with a gtkspell that uses enchant by using
--enable-enchant option to ./configure. This was initially based on a patch
by Ignacio Vazquez-Abrams in Fedora, and reworked by me to support either
aspell or enchant:
https://bugzilla.redhat.com/show_bug.cgi?id=427949
Also fix a leaky error.
INCLUDES = \
gtkticker.h \
stocker_prefs.h
EXTRA_DIST = \
plugins.cfg \
$(INCLUDES)
stockerdir = $(PIDGIN_LIBDIR)
stocker_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
stocker_LTLIBRARIES = stocker.la
stocker_la_SOURCES = \
gtkticker.c \
stocker.c \
stocker_prefs.c
stocker_la_LIBADD = \
$(GTK_LIBS) \
$(PIDGIN_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(GTK_CFLAGS)