aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2003-08-02 05:08:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-08-02 05:08:03 +0800
commitd40db13c85f289b4e611ee20ee00aef780e7ab3d (patch)
treea41eb2b70904cd19be484fd6e9d47e63107154cb
parente2cd78ca9b706f30f51a648db9da220e9b5a68a2 (diff)
downloadgsoc2013-evolution-d40db13c85f289b4e611ee20ee00aef780e7ab3d.tar
gsoc2013-evolution-d40db13c85f289b4e611ee20ee00aef780e7ab3d.tar.gz
gsoc2013-evolution-d40db13c85f289b4e611ee20ee00aef780e7ab3d.tar.bz2
gsoc2013-evolution-d40db13c85f289b4e611ee20ee00aef780e7ab3d.tar.lz
gsoc2013-evolution-d40db13c85f289b4e611ee20ee00aef780e7ab3d.tar.xz
gsoc2013-evolution-d40db13c85f289b4e611ee20ee00aef780e7ab3d.tar.zst
gsoc2013-evolution-d40db13c85f289b4e611ee20ee00aef780e7ab3d.zip
add optional imapp compile
svn path=/trunk/; revision=22062
-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)
+