pidgin/purple-plugin-pack

merge of '6c5c4715628871c167ac5030cee9f7e3aef58c9b'
org.guifications.plugins
2007-10-15, grim
3970d0f39550
merge of '6c5c4715628871c167ac5030cee9f7e3aef58c9b'
and 'c76926b30d2cb7417e6c8335f4e8fbae9036e9c3'
EXTRA_DIST = .purple-plugin .build Makefile.mingw
dicedir = $(PURPLE_LIBDIR)
dice_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
dice_LTLIBRARIES = dice.la
dice_la_SOURCES = \
dice.c
dice_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)