pidgin/purple-plugin-pack

This should be i18n support for timelog
org.guifications.plugins
2007-10-22, rekkanoryo
0ea278205929
This should be i18n support for timelog
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