pidgin/purple-plugin-pack

This should be the last of the changes to the headers. Refs #416.
org.guifications.plugins
2007-10-09, rekkanoryo
a1a7105ce289
This should be the last of the changes to the headers. Refs #416.
EXTRA_DIST = .purple-plugin .abusive Makefile.mingw
groupmsgdir = $(PURPLE_LIBDIR)
groupmsg_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
groupmsg_LTLIBRARIES = groupmsg.la
groupmsg_la_SOURCES = \
groupmsg.c
groupmsg_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)