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
googledir = $(PURPLE_LIBDIR)
google_la_LDFLAGS = -module -avoid-version
if HAVE_PURPLE
google_LTLIBRARIES = google.la
google_la_SOURCES = \
google.c
google_la_LIBADD = \
$(GLIB_LIBS) \
$(PURPLE_LIBS)
endif
AM_CPPFLAGS = \
-DLIBDIR=\"$(PURPLE_LIBDIR)\" \
-DDATADIR=\"$(PURPLE_DATADIR)\" \
-DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)