From d40db13c85f289b4e611ee20ee00aef780e7ab3d Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Fri, 1 Aug 2003 21:08:03 +0000 Subject: add optional imapp compile svn path=/trunk/; revision=22062 --- camel/providers/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index 5a0df08299..119966aacb 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -4,4 +4,9 @@ if ENABLE_NNTP NNTP_DIR=nntp endif -SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local +if ENABLE_IMAPP +IMAPP_DIR=imapp +endif + +SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local $(IMAPP_DIR) + -- cgit v1.2.3