]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/Makefile.am
Merged from trunk
[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 storeid_rewrite
13
14 SUBDIRS = \
15 basic_auth \
16 digest_auth \
17 external_acl \
18 log_daemon \
19 negotiate_auth \
20 url_rewrite \
21 storeid_rewrite
22
23 if ENABLE_AUTH_NTLM
24 SUBDIRS += ntlm_auth
25 endif
26
27 if ENABLE_SSL
28 SUBDIRS += ssl
29 endif
30