summaryrefslogtreecommitdiff
path: root/sieve/Makefile.am
diff options
context:
space:
mode:
authorSam Roberts <sroberts@uniserve.com>2001-06-18 00:07:41 +0000
committerSam Roberts <sroberts@uniserve.com>2001-06-18 00:07:41 +0000
commit97579a390b9ec6ae97ca24ed14d9316b89912d3e (patch)
treefd147f210aa69645fdaa39c3f20017c1f4fbc780 /sieve/Makefile.am
parent137cbd6de021160d6bbbe61caefeb8ceaeb42fae (diff)
downloadmailutils-97579a390b9ec6ae97ca24ed14d9316b89912d3e.tar.gz
mailutils-97579a390b9ec6ae97ca24ed14d9316b89912d3e.tar.bz2
More fixes to the packaging structure by Sergey.
Diffstat (limited to 'sieve/Makefile.am')
-rw-r--r--sieve/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 95d6e17ef..3a186dd94 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -3,15 +3,18 @@ INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
YLWRAP = $(SHELL) $(srcdir)/ylwrap
YFLAGS = -d
-BUILT_SOURCES=sieve-gram.c sieve-gram.h \
- sieve-lex.c addr-lex.c \
- addr.c addr.h
+BUILT_SOURCES= \
+ sieve-gram.c sieve-gram.h \
+ sieve-lex.c addr-lex.c \
+ addr.c addr.h
MOSTLYCLEANFILES=
CLEANFILES=
DISTCLEANFILES=
MAINTAINERCLEANFILES=$(BUILT_SOURCES)
-EXTRA_DIST = $(BUILT_SOURCES)
+EXTRA_DIST = \
+ $(BUILT_SOURCES) \
+ addr-lex.l addr.y gram-sieve.y sieve-gram.y sieve-lex.l
bin_PROGRAMS = sieve

Return to:

Send suggestions and report system problems to the System administrator.