Leave out sendmail on Win32.
authorTor Lillqvist <tml@novell.com>
Fri, 12 Aug 2005 12:58:54 +0000 (12:58 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 12 Aug 2005 12:58:54 +0000 (12:58 +0000)
2005-08-12  Tor Lillqvist  <tml@novell.com>

* providers/Makefile.am: Leave out sendmail on Win32.

camel/ChangeLog
camel/providers/Makefile.am

index 95ca660..37c761b 100644 (file)
@@ -9,6 +9,8 @@
 
        * camel-win32.c: New file, some Win32-specific functions.
 
+       * providers/Makefile.am: Leave out sendmail on Win32.
+
 2005-08-09  Not Zed  <NotZed@Ximian.com>
 
        * camel-store.c (camel_store_get_folder): add some debug logging.
index d7d4e10..a30908e 100644 (file)
@@ -8,6 +8,11 @@ if ENABLE_IMAPP
 IMAPP_DIR=imapp
 endif
 
-SUBDIRS = pop3 sendmail smtp imap imap4 $(NNTP_DIR) local $(IMAPP_DIR) groupwise
+if OS_WIN32
+else
+SENDMAIL_DIR=sendmail
+endif
+
+SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imap imap4 $(NNTP_DIR) local $(IMAPP_DIR) groupwise