]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/Makefile.am
Merged from parent (ssl-cert-validator 12329).
[thirdparty/squid.git] / helpers / Makefile.am
1 EXTRA_DIST = defines.h
2
3 DIST_SUBDIRS = \
4 basic_auth \
5 digest_auth \
6 external_acl \
7 log_daemon \
8 negotiate_auth \
9 ntlm_auth \
10 url_rewrite \
11 ssl
12
13 SUBDIRS = \
14 basic_auth \
15 digest_auth \
16 external_acl \
17 log_daemon \
18 negotiate_auth \
19 url_rewrite
20
21 if ENABLE_AUTH_NTLM
22 SUBDIRS += ntlm_auth
23 endif
24
25 if ENABLE_SSL
26 SUBDIRS += ssl
27 endif
28