summaryrefslogtreecommitdiffstats
path: root/src/plugins/quota-clone/Makefile.am
blob: ed4ba6872bfa4307bcac8f9043ec94d42b4e4968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-dict \
	-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 =
lib20_quota_clone_plugin_la_LDFLAGS = -module -avoid-version

module_LTLIBRARIES = \
	lib20_quota_clone_plugin.la

lib20_quota_clone_plugin_la_SOURCES = \
	quota-clone-plugin.c

noinst_HEADERS = \
	quota-clone-plugin.h