pidgin/purple-plugin-pack

merge of 'd96630e7b4cab3a8e44326d936d5c008d332ff0c'
org.guifications.plugins
2008-09-21, rlaager
2f842b91d09d
merge of 'd96630e7b4cab3a8e44326d936d5c008d332ff0c'
and 'ff6b591687253495e1968fb2a3a49700f473b5ab'
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
mystatusboxdir = $(PIDGIN_LIBDIR)
mystatusbox_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
mystatusbox_LTLIBRARIES = mystatusbox.la
mystatusbox_la_SOURCES = \
mystatusbox.c
mystatusbox_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
$(GTK_CFLAGS) \
$(DEBUG_CFLAGS) \
$(PIDGIN_CFLAGS)