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 = .purple-plugin .build Makefile.mingw
autoreplydir = $(PURPLE_LIBDIR)
autoreply_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
autoreply_LTLIBRARIES = autoreply.la
autoreply_la_SOURCES = \
autoreply.c
autoreply_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)