summaryrefslogtreecommitdiffstats
path: root/pigeonhole/src/lib-sieve/plugins/regex/Makefile.am
blob: eeb735ef31b6a502583ad32045f1e4a07c4d66c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
noinst_LTLIBRARIES = libsieve_ext_regex.la

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

libsieve_ext_regex_la_SOURCES = \
	mcht-regex.c \
	ext-regex-common.c \
	ext-regex.c

noinst_HEADERS = \
	ext-regex-common.h