From: Amos Jeffries Date: Fri, 3 Oct 2008 02:57:19 +0000 (+1300) Subject: Link new helper into Squid autotools chain X-Git-Tag: SQUID_3_1_0_1~45^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e17bd1bc367e4a820f45e27bf8ab313aef4aca1;p=thirdparty%2Fsquid.git Link new helper into Squid autotools chain --- diff --git a/configure.in b/configure.in index 3e8e08315a..162dd23042 100755 --- a/configure.in +++ b/configure.in @@ -3757,7 +3757,6 @@ AC_CONFIG_FILES([\ helpers/ntlm_auth/mswin_sspi/Makefile \ helpers/negotiate_auth/Makefile \ helpers/negotiate_auth/mswin_sspi/Makefile \ - helpers/negotiate_auth/squid_kerb_auth/Makefile \ helpers/external_acl/Makefile \ helpers/external_acl/ip_user/Makefile \ helpers/external_acl/ldap_group/Makefile \ @@ -3774,5 +3773,7 @@ AC_CONFIG_SUBDIRS(lib/libTrie) # must configure libltdl subdir unconditionally for "make distcheck" to work AC_CONFIG_SUBDIRS(lib/libLtdl) +# Kerberos Helper has its own auto-tools system +AC_CONFIG_SUBDIRS(helpers/negotiate_auth/squid_kerb_auth) AC_OUTPUT