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