]> 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
12 SUBDIRS = \
13 basic_auth \
14 digest_auth \
15 external_acl \
16 log_daemon \
17 negotiate_auth \
18 url_rewrite
19
20 if ENABLE_AUTH_NTLM
21 SUBDIRS += ntlm_auth
22 endif