summaryrefslogtreecommitdiffstats
path: root/src/plugins/trash/Makefile.am
blob: af15d13637779022f01a3d5b08b312799ffd9985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 \
	-I$(top_srcdir)/src/plugins/quota

NOPLUGIN_LDFLAGS =
lib11_trash_plugin_la_LDFLAGS = -module -avoid-version

module_LTLIBRARIES = \
	lib11_trash_plugin.la

if DOVECOT_PLUGIN_DEPS
lib11_trash_plugin_la_LIBADD = \
	../quota/lib10_quota_plugin.la
endif

lib11_trash_plugin_la_SOURCES = \
	trash-plugin.c

noinst_HEADERS = \
	trash-plugin.h