pidgin/purple-plugin-pack

merge of '8c10fbb5b238ab81eecfd8cebb9aaa0e5a5f5d2f'
org.guifications.plugins
2008-07-19, rekkanoryo
dcc9701af1ba
merge of '8c10fbb5b238ab81eecfd8cebb9aaa0e5a5f5d2f'
and 'beacb4988ca80e4a1ac0e423ccbd4c7c9310e147'
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
findipdir = $(PURPLE_LIBDIR)
findip_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
findip_LTLIBRARIES = findip.la
findip_la_SOURCES = \
findip.c
findip_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)