view src/plugins/snarf/Makefile.am @ 12447:8adacd9c03b2

snarf: Added mbox_snarf setting to enable snarfing only optionally.
author Timo Sirainen <tss@iki.fi>
date Thu, 18 Nov 2010 19:32:50 +0000
parents 7446b066fc75
children 0be58f3930b2
line wrap: on
line source

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-mail \
	-I$(top_srcdir)/src/lib-index \
	-I$(top_srcdir)/src/lib-storage

lib05_snarf_plugin_la_LDFLAGS = -module -avoid-version

module_LTLIBRARIES = \
	lib05_snarf_plugin.la

lib05_snarf_plugin_la_SOURCES = \
	snarf-plugin.c

noinst_HEADERS = \
	snarf-plugin.h