pidgin/purple-plugin-pack

merge of '8347d0167c72d428e6653181cac8c1d44609f716'
org.guifications.plugins
2008-07-03, grim
cdadaafa2f91
merge of '8347d0167c72d428e6653181cac8c1d44609f716'
and 'e92a2d56639024c7b36ee9b8ecfa77b46b69e4b1'
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
lastseendir = $(PIDGIN_LIBDIR)
lastseen_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
lastseen_LTLIBRARIES = lastseen.la
lastseen_la_SOURCES = \
lastseen.c
lastseen_la_LIBADD = \
$(GTK_LIBS) \
$(PIDGIN_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(GTK_CFLAGS)