]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / Makefile.am
CommitLineData
ca02e0ec
AJ
1## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
1dcf61eb
AJ
8EXTRA_DIST = defines.h
9
10DIST_SUBDIRS = \
82b7abe3
AJ
11 basic_auth \
12 digest_auth \
13 external_acl \
14 log_daemon \
15 negotiate_auth \
16 ntlm_auth \
b56756cb 17 url_rewrite \
0d5ee502
AM
18 ssl \
19 storeid_rewrite
43fed740 20
1dcf61eb
AJ
21SUBDIRS = \
22 basic_auth \
23 digest_auth \
24 external_acl \
25 log_daemon \
26 negotiate_auth \
0d5ee502
AM
27 url_rewrite \
28 storeid_rewrite
1dcf61eb
AJ
29
30if ENABLE_AUTH_NTLM
31SUBDIRS += ntlm_auth
32endif
2cef0ca6
AR
33
34if ENABLE_SSL
35SUBDIRS += ssl
36endif
37