aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/Makefile.am
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-01-17 07:19:40 +0800
committerChris Toshok <toshok@src.gnome.org>2001-01-17 07:19:40 +0800
commit5454c35a4261b7d4976527bd107351f7246468fd (patch)
tree5ee541453cd2f2bf09fdd073e582d34e02a9ceec /camel/providers/Makefile.am
parent7589aadf9df7e3bbbd91ec9d1677685992705ed7 (diff)
downloadgsoc2013-evolution-5454c35a4261b7d4976527bd107351f7246468fd.tar
gsoc2013-evolution-5454c35a4261b7d4976527bd107351f7246468fd.tar.gz
gsoc2013-evolution-5454c35a4261b7d4976527bd107351f7246468fd.tar.bz2
gsoc2013-evolution-5454c35a4261b7d4976527bd107351f7246468fd.tar.lz
gsoc2013-evolution-5454c35a4261b7d4976527bd107351f7246468fd.tar.xz
gsoc2013-evolution-5454c35a4261b7d4976527bd107351f7246468fd.tar.zst
gsoc2013-evolution-5454c35a4261b7d4976527bd107351f7246468fd.zip
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) svn path=/trunk/; revision=7552
Diffstat (limited to 'camel/providers/Makefile.am')
-rw-r--r--camel/providers/Makefile.am6
1 files changed, 5 insertions, 1 deletions
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