pidgin/purple-plugin-pack

A slightly "warmenhoved" patch from Ignacio Vazquez-Abrams by way of
org.guifications.plugins
2008-11-03, nosnilmot
45afad84af94
A slightly "warmenhoved" patch from Ignacio Vazquez-Abrams by way of
Fedora's RPM to prevent switchspell needing an executable stack. See
https://bugzilla.redhat.com/show_bug.cgi?id=462822 for the original bug
report, and
http://cvs.fedoraproject.org/viewvc/rpms/purple-plugin_pack/devel/purple-plugin_pack-2.4.0-switchspell-execstack.patch
for the original patch.
Fixes #534
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
gRIMdir = $(PIDGIN_LIBDIR)
gRIM_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
gRIM_LTLIBRARIES = gRIM.la
gRIM_la_SOURCES = \
gRIM.c
gRIM_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(GTK_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS)