]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / Makefile.am
index 37b765fb0b409a49477fe7fe3a4ce82e5bb33d57..043ec10f0caa67cbc6737d44bbbfa73801dfacf6 100644 (file)
@@ -1,3 +1,10 @@
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 EXTRA_DIST = defines.h
 
 DIST_SUBDIRS = \
@@ -8,7 +15,8 @@ DIST_SUBDIRS = \
        negotiate_auth \
        ntlm_auth \
        url_rewrite \
-       ssl
+       ssl \
+       storeid_rewrite
 
 SUBDIRS = \
        basic_auth \
@@ -16,7 +24,8 @@ SUBDIRS = \
        external_acl \
        log_daemon \
        negotiate_auth \
-       url_rewrite
+       url_rewrite \
+       storeid_rewrite
 
 if ENABLE_AUTH_NTLM
 SUBDIRS += ntlm_auth