[dovecot-cvs] dovecot/src Makefile.am,1.16,1.16.2.1

cras at dovecot.org cras at dovecot.org
Sun Jun 11 14:10:54 EEST 2006


Update of /var/lib/cvs/dovecot/src
In directory talvi:/tmp/cvs-serv13521/src

Modified Files:
      Tag: branch_1_0
	Makefile.am 
Log Message:
Moved all the non-Sieve code from dovecot-lda in here and rewrote parts of
it to be cleaner. The Sieve code can now be run as a plugin from
dovecot-sieve CVS module.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- Makefile.am	14 Jan 2006 13:22:25 -0000	1.16
+++ Makefile.am	11 Jun 2006 11:10:52 -0000	1.16.2.1
@@ -3,8 +3,7 @@
 endif
 
 if BUILD_DELIVER
-#DELIVER = deliver
-DELIVER =
+DELIVER = deliver
 endif
 
 SUBDIRS = \



More information about the dovecot-cvs mailing list