blob: 55ce850097355f6abb751f96872b9f7c2cb15475 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Process this file with automake to produce Makefile.in
if ENABLE_NNTP
NNTP_DIR=nntp
endif
if ENABLE_IMAPP
IMAPP_DIR=imapp
endif
SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local $(IMAPP_DIR) groupwise
|