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
oldloggerdir = $(PURPLE_LIBDIR)
oldlogger_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
oldlogger_LTLIBRARIES = oldlogger.la
oldlogger_la_SOURCES = \
oldlogger.c
oldlogger_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)