Makefile.am   [plain text]


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