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 = \
datechange.h \
irssi.h \
lastlog.h \
layout.h \
textfmt.h \
window.h
EXTRA_DIST=\
Makefile.mingw \
plugins.cfg \
$(HEADER_FILES)
irssidir = $(PIDGIN_LIBDIR)
irssi_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
irssi_LTLIBRARIES = irssi.la
irssi_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GLIB_LIBS)
irssi_la_SOURCES = \
datechange.c \
irssi.c \
lastlog.c \
layout.c \
textfmt.c \
window.c
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS)