[dovecot-cvs] dovecot/src Makefile.am,1.10,1.11

cras at dovecot.org cras at dovecot.org
Sat Apr 23 20:10:44 EEST 2005


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

Modified Files:
	Makefile.am 
Log Message:
Also use the --without-deliver option to not build it :)



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am	12 Mar 2005 23:51:58 -0000	1.10
+++ Makefile.am	23 Apr 2005 17:10:42 -0000	1.11
@@ -2,6 +2,10 @@
 POP3D = pop3-login pop3
 endif
 
+if BUILD_DELIVER
+DELIVER = deliver
+endif
+
 SUBDIRS = \
 	lib \
 	lib-sql \
@@ -19,5 +23,5 @@
 	imap-login \
 	imap \
 	$(POP3D) \
-	deliver \
+	$(DELIVER) \
 	util



More information about the dovecot-cvs mailing list