summaryrefslogtreecommitdiffstats
path: root/pigeonhole/src/lib-sieve/plugins/date/Makefile.am
blob: bf257accaecf0dd723395e68113c355e0fcf1c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
noinst_LTLIBRARIES = libsieve_ext_date.la

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

tests = \
	tst-date.c

libsieve_ext_date_la_SOURCES = \
	$(tests) \
	ext-date-common.c \
	ext-date.c

noinst_HEADERS = \
	ext-date-common.h