[dovecot-cvs] dovecot-lda/src/libsieve Makefile.am,1.6,1.7
cras at dovecot.org
cras at dovecot.org
Mon Oct 17 16:44:10 EEST 2005
- Previous message: [dovecot-cvs] dovecot/src/pop3 main.c,1.30,1.31
- Next message: [dovecot-cvs] dovecot-lda/src/libsieve .cvsignore, 1.4,
1.5 Makefile.am, 1.7, 1.8 addr-lex.c, 1.2, NONE sieve-lex.c,
1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot-lda/src/libsieve
In directory talvi:/tmp/cvs-serv6176
Modified Files:
Makefile.am
Log Message:
Move sieve.y to beginning of source list, so sieve.h gets generated before
compiling files depending on it.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/libsieve/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am 16 Oct 2005 09:20:56 -0000 1.6
+++ Makefile.am 17 Oct 2005 13:44:08 -0000 1.7
@@ -13,6 +13,7 @@
libsieve_a_SOURCES = \
addr.y \
+ sieve.y \
addr-lex.c \
bc_dump.c \
bc_emit.c \
@@ -23,7 +24,6 @@
message.c \
parseaddr.c \
script.c \
- sieve.y \
sieve-lex.c \
sieve_err.c \
tree.c
- Previous message: [dovecot-cvs] dovecot/src/pop3 main.c,1.30,1.31
- Next message: [dovecot-cvs] dovecot-lda/src/libsieve .cvsignore, 1.4,
1.5 Makefile.am, 1.7, 1.8 addr-lex.c, 1.2, NONE sieve-lex.c,
1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list