pidgin/purple-plugin-pack

merge of '8347d0167c72d428e6653181cac8c1d44609f716'
org.guifications.plugins
2008-07-03, grim
cdadaafa2f91
merge of '8347d0167c72d428e6653181cac8c1d44609f716'
and 'e92a2d56639024c7b36ee9b8ecfa77b46b69e4b1'
EXTRA_DIST = \
plugins.cfg
plonkersdir = $(PIDGIN_LIBDIR)
plonkers_la_LDFLAGS = \
-module \
-avoid-version
if HAVE_PIDGIN
plonkers_LTLIBRARIES = plonkers.la
plonkers_la_SOURCES = \
plonkers.c
plonkers_la_LIBADD = \
$(GTK_LIBS) \
$(PIDGIN_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS) \
$(PIDGIN_CFLAGS)