summaryrefslogtreecommitdiffstats
path: root/pigeonhole/src/lib-sieve/storage/file/Makefile.am
blob: b401fa8b752ba940ddad8fbdb4bbb874db14a72e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_LTLIBRARIES = libsieve_storage_file.la

AM_CPPFLAGS = \
	$(LIBDOVECOT_INCLUDE) \
	-I$(top_srcdir) \
	-I$(top_srcdir)/src/lib-sieve \
	-I$(top_srcdir)/src/lib-sieve/util

libsieve_storage_file_la_SOURCES = \
	sieve-file-script.c \
	sieve-file-script-sequence.c \
	sieve-file-storage-active.c \
	sieve-file-storage-save.c \
	sieve-file-storage-list.c \
	sieve-file-storage-quota.c \
	sieve-file-storage.c

noinst_HEADERS = \
	sieve-file-storage.h