pidgin/purple-plugin-pack

gcc is a better C compiler than I am.
org.guifications.plugins.smartear
2007-07-08, rekkanoryo
5768717220d6
gcc is a better C compiler than I am.
EXTRA_DIST = .build .pidgin-plugin Makefile.mingw
if HAVE_GTKSPELL
switchspelldir = $(PIDGIN_LIBDIR)
switchspell_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
switchspell_LTLIBRARIES = switchspell.la
switchspell_la_SOURCES = \
switchspell.c
switchspell_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS) \
$(GTKSPELL_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