summaryrefslogtreecommitdiff
path: root/sieve/Makefile.am
diff options
context:
space:
mode:
authorSam Roberts <sroberts@uniserve.com>2002-01-06 02:39:58 +0000
committerSam Roberts <sroberts@uniserve.com>2002-01-06 02:39:58 +0000
commitba8d29e0c4a7fee3793bac838cd7755e323286a7 (patch)
treee539dd3ef34ec272294c7933aec60b3a1efdba79 /sieve/Makefile.am
parent47b0bd62231abd41f2f89622d8be1d917b3cd5a2 (diff)
downloadmailutils-ba8d29e0c4a7fee3793bac838cd7755e323286a7.tar.gz
mailutils-ba8d29e0c4a7fee3793bac838cd7755e323286a7.tar.bz2
Split the implementation of the mailutils-based sieve engine out of sieve.c,
which now contains only a utility that uses the engine to sieve mailboxes.
Diffstat (limited to 'sieve/Makefile.am')
-rw-r--r--sieve/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 9ae736b77..62109c54b 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -32,7 +32,10 @@ SRC = \
sieve-lex.c \
sieve-gram.c \
sieve_err.c \
+ svcb.c \
+ svctx.c \
svfield.c \
+ svutil.c \
tree.c \
util.c
@@ -46,6 +49,7 @@ HDR = \
sieve_err.h \
sieve_interface.h \
svfield.h \
+ sv.h \
tree.h \
util.h

Return to:

Send suggestions and report system problems to the System administrator.