changeset 3329:e29f61128b51 HEAD

Also use the --without-deliver option to not build it :)
author Timo Sirainen <tss@iki.fi>
date Sat, 23 Apr 2005 20:10:42 +0300
parents fdac6810fe64
children 7ca646fc4107
files src/Makefile.am
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Sat Apr 23 20:07:29 2005 +0300
+++ b/src/Makefile.am	Sat Apr 23 20:10:42 2005 +0300
@@ -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