blob: 22ea481954d24137a9c55d80bfb197a1970f8753 (
plain) (
tree)
|
|
## Process this file with automake to produce Makefile.in
if ENABLE_NNTP
NNTP_DIR=nntp
endif
if ENABLE_IMAPP
IMAPP_DIR=imapp
endif
if ENABLE_IMAP4
IMAP4_DIR=imap4
endif
SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local $(IMAPP_DIR) $(IMAP4_DIR) groupwise
|