[win32] Disable building imapx on windows, since it needs a porting love
authorFridrich Strba <fridrich.strba@bluewin.ch>
Wed, 3 Mar 2010 21:03:42 +0000 (22:03 +0100)
committerFridrich Strba <fridrich.strba@bluewin.ch>
Wed, 3 Mar 2010 21:03:42 +0000 (22:03 +0100)
camel/providers/Makefile.am

index 5cdbafa..7119378 100644 (file)
@@ -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