summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-01-16 23:19:40 +0000
committerChris Toshok <toshok@src.gnome.org>2001-01-16 23:19:40 +0000
commitb05ea9758171636fdbaaa59c2be7cb059da6c53f (patch)
tree10ff96f48dee64ee64a08c13efd18b0d6347f6b5
parente56107ee2b1ecb4c99c38a50f7283b4e8b9f0ce2 (diff)
downloadevolution-data-server-b05ea9758171636fdbaaa59c2be7cb059da6c53f.tar.gz
set to nntp if ENABLE_NNTP (SUBDIRS): use $(NNTP_DIR)
2001-01-16 Chris Toshok <toshok@ximian.com> * providers/Makefile.am (NNTP_DIR): set to nntp if ENABLE_NNTP (SUBDIRS): use $(NNTP_DIR)
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/providers/Makefile.am6
2 files changed, 10 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ae01e8896..66a08258f 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -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
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am
index 2c2bc2873..1a84059da 100644
--- a/camel/providers/Makefile.am
+++ b/camel/providers/Makefile.am
@@ -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