summaryrefslogtreecommitdiffstats
path: root/pigeonhole/src/lib-sieve/plugins/special-use/Makefile.am
blob: 0f31aeee12ea74e40493af1a200c9f182dec5306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
noinst_LTLIBRARIES = libsieve_ext_special_use.la

AM_CPPFLAGS = \
	-I$(srcdir)/../.. \
	$(LIBDOVECOT_INCLUDE)

tags = \
	tag-specialuse.c

tests = \
	tst-specialuse-exists.c

libsieve_ext_special_use_la_SOURCES = \
	$(tags) \
	$(tests) \
	ext-special-use-common.c \
	ext-special-use.c

headers = \
	ext-special-use-common.h

noinst_HEADERS = $(headers)