pidgin/purple-plugin-pack

closing dead branch
org.guifications.plugins.ignorance
2017-05-25, Gary Kramlich
e27132c09bb7
closing dead branch
EXTRA_DIST = .build .pidgin-plugin Makefile.mingw
if HAVE_GTKSPELL
switchspelldir = $(PIDGIN_LIBDIR)
switchspell_la_LDFLAGS = -module -avoid-version \
$(GTKSPELL_LIBS)
if HAVE_PIDGIN
switchspell_LTLIBRARIES = switchspell.la
switchspell_la_SOURCES = \
switchspell.c
switchspell_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS)
endif # PIDGIN
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(GTK_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(GTKSPELL_CFLAGS)
endif # HAVE_GTKSPELL