summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-08 15:57:04 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-08 15:57:04 +0000
commit470d88d77e3f9253c27241e1653f842261e83e50 (patch)
tree7a4e2016942f1b96fe69e3e264dd0a5d2c0dc79e
parentfd97a959a4a12981eb865626f1b183ad5dee72d2 (diff)
downloadmailutils-470d88d77e3f9253c27241e1653f842261e83e50.tar.gz
mailutils-470d88d77e3f9253c27241e1653f842261e83e50.tar.bz2
Added new files.
-rw-r--r--libsieve/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/libsieve/Makefile.am b/libsieve/Makefile.am
index 4ce0bd5d6..a0d741534 100644
--- a/libsieve/Makefile.am
+++ b/libsieve/Makefile.am
@@ -10,7 +10,16 @@ lib_LTLIBRARIES = libsieve.la
10 10
11noinst_PROGRAMS = sv 11noinst_PROGRAMS = sv
12 12
13libsieve_la_SOURCES = sieve-gram.c sieve-gram.h sieve-lex.c util.c 13libsieve_la_SOURCES = \
14 actions.c\
15 register.c\
16 require.c\
17 sieve-gram.c\
18 sieve-gram.h\
19 sieve-lex.c\
20 tests.c\
21 util.c
22
14sv_SOURCES = sv.c 23sv_SOURCES = sv.c
15sv_LDADD = ./libsieve.la ../mailbox/libmailbox.la 24sv_LDADD = ./libsieve.la ../mailbox/libmailbox.la
16noinst_HEADERS = sieve.h 25noinst_HEADERS = sieve.h

Return to:

Send suggestions and report system problems to the System administrator.