From: Fridrich Strba Date: Wed, 3 Mar 2010 21:03:42 +0000 (+0100) Subject: [win32] Disable building imapx on windows, since it needs a porting love X-Git-Tag: upstream/3.7.4~3321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b6c833dbc3cf31dab2af9b71498efae5b7e6bcd;p=platform%2Fupstream%2Fevolution-data-server.git [win32] Disable building imapx on windows, since it needs a porting love --- 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