set to nntp if ENABLE_NNTP (SUBDIRS): use $(NNTP_DIR)
authorChris Toshok <toshok@ximian.com>
Tue, 16 Jan 2001 23:19:40 +0000 (23:19 +0000)
committerChris Toshok <toshok@src.gnome.org>
Tue, 16 Jan 2001 23:19:40 +0000 (23:19 +0000)
2001-01-16  Chris Toshok  <toshok@ximian.com>

* providers/Makefile.am (NNTP_DIR): set to nntp if ENABLE_NNTP
(SUBDIRS): use $(NNTP_DIR)

camel/ChangeLog
camel/providers/Makefile.am

index ae01e88..66a0825 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-16  Chris Toshok  <toshok@ximian.com>
+
+       * providers/Makefile.am (NNTP_DIR): set to nntp if ENABLE_NNTP
+       (SUBDIRS): use $(NNTP_DIR)
+
 2001-01-16  Jeffrey Stedfast  <fejj@ximian.com>
 
        * providers/smtp/camel-smtp-transport.c (smtp_rcpt): Don't check
index 2c2bc28..1a84059 100644 (file)
@@ -1,7 +1,11 @@
 ## Process this file with automake to produce Makefile.in
 
+if ENABLE_NNTP
+NNTP_DIR=nntp
+endif
+
 # SUBDIRS = mbox pop3 sendmail smtp vee
-SUBDIRS = pop3 sendmail smtp vee imap nntp local
+SUBDIRS = pop3 sendmail smtp vee imap $(NNTP_DIR) local
 
 # these ones are disabled for the moment.
 # maildir