pidgin/purple-plugin-pack

6ca49371969e
Fix some *very* old bugs in oldlogger relating to PURPLE_MESSAGE_ERROR and
PURPLE_MESSAGE_RAW flags incorrectly being logged as received messages
EXTRA_DIST = .purple-plugin .build Makefile.mingw
autoreplydir = $(PURPLE_LIBDIR)
autoreply_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
autoreply_LTLIBRARIES = autoreply.la
autoreply_la_SOURCES = \
autoreply.c
autoreply_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)