From: Amos Jeffries Date: Fri, 29 Jan 2016 18:46:38 +0000 (+1300) Subject: Remove obsolete helpers/ pieces X-Git-Tag: SQUID_4_0_5~16^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98ad44af5d9df87da07d0517d6e4057263ca4599;p=thirdparty%2Fsquid.git Remove obsolete helpers/ pieces --- diff --git a/helpers/Makefile.am b/helpers/Makefile.am index 24922aa270..f5db69a96a 100644 --- a/helpers/Makefile.am +++ b/helpers/Makefile.am @@ -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 index 3f0a70bd54..0000000000 --- a/helpers/negotiate_auth/Makefile.am +++ /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 index b19b666f55..0000000000 --- a/helpers/ntlm_auth/Makefile.am +++ /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