From 5454c35a4261b7d4976527bd107351f7246468fd Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 16 Jan 2001 23:19:40 +0000 Subject: set to nntp if ENABLE_NNTP (SUBDIRS): use $(NNTP_DIR) 2001-01-16 Chris Toshok * providers/Makefile.am (NNTP_DIR): set to nntp if ENABLE_NNTP (SUBDIRS): use $(NNTP_DIR) svn path=/trunk/; revision=7552 --- camel/ChangeLog | 5 +++++ camel/providers/Makefile.am | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index ae01e8896d..66a08258f8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-01-16 Chris Toshok + + * providers/Makefile.am (NNTP_DIR): set to nntp if ENABLE_NNTP + (SUBDIRS): use $(NNTP_DIR) + 2001-01-16 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.c (smtp_rcpt): Don't check diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index 2c2bc28739..1a84059daa 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 -- cgit