pidgin/purple-plugin-pack

Add Ignacio to the "Accepted Patches" list, as we have no equivalent of
org.guifications.plugins
2008-05-17, nosnilmot
62678430991f
Add Ignacio to the "Accepted Patches" list, as we have no equivalent of
Pidgin's COPYRIGHT file
EXTRA_DIST = \
Makefile.mingw \
plugins.cfg
libsnppdir = $(PURPLE_LIBDIR)
libsnpp_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
libsnpp_LTLIBRARIES = libsnpp.la
libsnpp_la_SOURCES = snpp.c
libsnpp_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)