pidgin/purple-plugin-pack

Hopefully fix #381 by checking for NULL in a couple places.
org.guifications.plugins
2008-08-03, rekkanoryo
8d299a901c8d
Hopefully fix #381 by checking for NULL in a couple places.
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
convbadgerdir = $(PIDGIN_LIBDIR)
convbadger_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
convbadger_LTLIBRARIES = convbadger.la
convbadger_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GLIB_LIBS)
convbadger_la_SOURCES = convbadger.c
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS)