aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
Diffstat (limited to 'camel')
-rw-r--r--camel/providers/Makefile.am7
1 files changed, 6 insertions, 1 deletions
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)
+