]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove obsolete helpers/ pieces
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 29 Jan 2016 18:46:38 +0000 (07:46 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 29 Jan 2016 18:46:38 +0000 (07:46 +1300)
helpers/Makefile.am
helpers/negotiate_auth/Makefile.am [deleted file]
helpers/ntlm_auth/Makefile.am [deleted file]

index 24922aa270db52101eb2415a47764b3536cab4ff..f5db69a96ac2899aefa35cde9e8cb1adf7c700a4 100644 (file)
@@ -11,8 +11,6 @@ DIST_SUBDIRS = \
        basic_auth \
        digest_auth \
        external_acl \
-       negotiate_auth \
-       ntlm_auth \
        url_rewrite \
        storeid_rewrite
 
@@ -20,10 +18,5 @@ SUBDIRS = \
        basic_auth \
        digest_auth \
        external_acl \
-       negotiate_auth \
        url_rewrite \
        storeid_rewrite
-
-if ENABLE_AUTH_NTLM
-SUBDIRS += ntlm_auth
-endif
diff --git a/helpers/negotiate_auth/Makefile.am b/helpers/negotiate_auth/Makefile.am
deleted file mode 100644 (file)
index 3f0a70b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-## Copyright (C) 1996-2016 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.
-##
-
-DIST_SUBDIRS   = kerberos SSPI wrapper
-SUBDIRS                = $(NEGOTIATE_AUTH_HELPERS)
diff --git a/helpers/ntlm_auth/Makefile.am b/helpers/ntlm_auth/Makefile.am
deleted file mode 100644 (file)
index b19b666..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-## Copyright (C) 1996-2016 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.
-##
-
-DIST_SUBDIRS   = fake smb_lm SSPI
-SUBDIRS                = $(NTLM_AUTH_HELPERS)
-EXTRA_DIST     = modules.m4