pidgin/purple-plugin-pack

Updated during autogen.
pp_2_6_3
2010-03-28, John Bailey
183e2e6f8b68
Updated during autogen.
INCLUDES = \
callbacks.h \
ignorance.h \
ignorance_denizen.h \
ignorance_internal.h \
ignorance_level.h \
ignorance_rule.h \
ignorance_violation.h \
interface.h \
regex.h \
support.h
EXTRA_DIST = \
plugins.cfg \
ignorance.conf \
$(INCLUDES)
ignorancedir = $(PIDGIN_LIBDIR)/pidgin
ignorance_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
ignorance_LTLIBRARIES = \
ignorance.la
ignorance_confdir = \
$(sysconfdir)/pidgin
ignorance_conf_DATA = \
ignorance.conf
ignorance_la_SOURCES = \
ignorance.c \
ignorance_level.c \
ignorance_rule.c \
ignorance_violation.c \
ignorance_denizen.c \
callbacks.c \
interface.c \
support.c
ignorance_la_LIBADD = \
$(PIDGIN_LIBS) \
$(GTK_LIBS) \
$(GLIB_LIBS)
endif
AM_CPPFLAGS = \
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DVERSION=\"$(VERSION)\" \
-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
-DIGNORANCE_CONFDIR=\"$(ignorance_confdir)\" \
$(DEBUG_CFLAGS) \
$(GTK_CFLAGS) \
$(PIDGIN_CFLAGS) \
$(PLUGIN_CFLAGS)
ignorance.conf: