pidgin/purple-plugin-pack

e20719bdb45b
Plug a leak and more tightly scope some code.

==21150== by 0x90C0DCD: g_slist_prepend (gslist.c:160)
==21150== by 0x9379586: purple_find_buddies (blist.c:2488)
==21150== by 0x14AFAE15: historize (enhancedhist.c:128)
PIXMAPS = \
16/napster.png \
22/napster.png \
48/napster.png
EXTRA_DIST=\
Makefile.mingw \
plugins.cfg \
$(PIXMAPS)
napsterdir = $(PURPLE_LIBDIR)
napster_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
napster_LTLIBRARIES = napster.la
napster_la_SOURCES = \
napster.c
napster_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
if HAVE_PIDGIN
napsterpix16dir=$(PIDGIN_PIXMAPSDIR)/protocols/16
napsterpix16_DATA=16/napster.png
napsterpix22dir=$(PIDGIN_PIXMAPSDIR)/protocols/22
napsterpix22_DATA=22/napster.png
napsterpix48dir=$(PIDGIN_PIXMAPSDIR)/protocols/48
napsterpix48_DATA=48/napster.png
endif
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)
bullshit:
echo $(DESTDIR)