summaryrefslogtreecommitdiff
path: root/sieve/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-03 09:37:38 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-03 09:37:38 +0000
commit768751baccb339149181a88b5dbe681b414897b8 (patch)
treeacea30cd58b3399a796f358fb9e2f06b38475af3 /sieve/Makefile.am
parenta7c9abb2f2fc27197f51f425b3613108020e99d9 (diff)
downloadmailutils-768751baccb339149181a88b5dbe681b414897b8.tar.gz
mailutils-768751baccb339149181a88b5dbe681b414897b8.tar.bz2
Removed md5-rsa. Use lib/md5 instead.
Diffstat (limited to 'sieve/Makefile.am')
-rw-r--r--sieve/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index cb9c099d8..7361a32a8 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -1,4 +1,7 @@
-#CFLAGS = -Wall -pedantic -g -DTESTING
+# This file is part of GNU Mailutils
+# Copyright (C) 2000,2001,2002 Free Software Foundation
+# See file COPYING in the distribution root directory for copying conditions.
+
AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
SUBDIRS = testsuite
@@ -16,7 +19,7 @@ DISTCLEANFILES=
MAINTAINERCLEANFILES=$(BUILT_SOURCES)
EXTRA_DIST = \
$(BUILT_SOURCES) \
- addr-lex.l addr.y gram-sieve.y sieve-gram.y sieve-lex.l md5-rsa.h
+ addr-lex.l addr.y gram-sieve.y sieve-gram.y sieve-lex.l
bin_PROGRAMS = sieve
@@ -27,7 +30,6 @@ SRC = \
imparse.c \
interp.c \
message.c \
- md5-rsa.c \
parseaddr.c \
script.c \
sieve-lex.c \

Return to:

Send suggestions and report system problems to the System administrator.