diff options
Diffstat (limited to 'camel/providers/Makefile.am')
-rw-r--r-- | camel/providers/Makefile.am | 6 |
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 |