diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2003-08-02 05:08:03 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-08-02 05:08:03 +0800 |
commit | d40db13c85f289b4e611ee20ee00aef780e7ab3d (patch) | |
tree | a41eb2b70904cd19be484fd6e9d47e63107154cb /camel/providers | |
parent | e2cd78ca9b706f30f51a648db9da220e9b5a68a2 (diff) | |
download | gsoc2013-evolution-d40db13c85f289b4e611ee20ee00aef780e7ab3d.tar.gz gsoc2013-evolution-d40db13c85f289b4e611ee20ee00aef780e7ab3d.tar.zst gsoc2013-evolution-d40db13c85f289b4e611ee20ee00aef780e7ab3d.zip |
add optional imapp compile
svn path=/trunk/; revision=22062
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/Makefile.am | 7 |
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) + |