[evolution-data-server/mmeeks-gdbus-import] [win32] Disable building imapx on windows, since it needs a porting love



commit 227e7479527f6f463d82dafebca786818314f054
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Wed Mar 3 22:03:42 2010 +0100

    [win32] Disable building imapx on windows, since it needs a porting love

 camel/providers/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am
index 5cdbafa..7119378 100644
--- a/camel/providers/Makefile.am
+++ b/camel/providers/Makefile.am
@@ -12,9 +12,10 @@ endif
 
 if OS_WIN32
 else
+IMAPX_DIR=imapx
 SENDMAIL_DIR=sendmail
 endif
 
-SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap imapx $(IMAP4_DIR) $(NNTP_DIR) local groupwise $(HULA_DIR)
+SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap $(IMAPX_DIR) $(IMAP4_DIR) $(NNTP_DIR) local groupwise $(HULA_DIR)
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]