]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / Makefile.am
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
8 EXTRA_DIST = defines.h
9
10 DIST_SUBDIRS = \
11 basic_auth \
12 digest_auth \
13 external_acl \
14 log_daemon \
15 negotiate_auth \
16 ntlm_auth \
17 url_rewrite \
18 ssl \
19 storeid_rewrite
20
21 SUBDIRS = \
22 basic_auth \
23 digest_auth \
24 external_acl \
25 log_daemon \
26 negotiate_auth \
27 url_rewrite \
28 storeid_rewrite
29
30 if ENABLE_AUTH_NTLM
31 SUBDIRS += ntlm_auth
32 endif
33
34 if ENABLE_SSL
35 SUBDIRS += ssl
36 endif
37