pidgin/purple-plugin-pack

merge of '03abf61fc417f02c8a2888aa3783acb220fad2f8'
org.guifications.plugins
2007-10-09, rekkanoryo
764ade3ee2db
merge of '03abf61fc417f02c8a2888aa3783acb220fad2f8'
and '25a1ec4f75749ddfb1790ae3efb5daabd1108731'
EXTRA_DIST = .build .pidgin-plugin Makefile.mingw
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)