From 98ad44af5d9df87da07d0517d6e4057263ca4599 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 30 Jan 2016 07:46:38 +1300 Subject: [PATCH] Remove obsolete helpers/ pieces --- helpers/Makefile.am | 7 ------- helpers/negotiate_auth/Makefile.am | 9 --------- helpers/ntlm_auth/Makefile.am | 10 ---------- 3 files changed, 26 deletions(-) delete mode 100644 helpers/negotiate_auth/Makefile.am delete mode 100644 helpers/ntlm_auth/Makefile.am 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 -- 2.47.3