]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Link new helper into Squid autotools chain
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 3 Oct 2008 02:57:19 +0000 (15:57 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 3 Oct 2008 02:57:19 +0000 (15:57 +1300)
configure.in

index 3e8e08315a8760bf53eb4b9e989afad92db143a3..162dd23042dda59a2d9a986b3707dbc7d32d5ab0 100755 (executable)
@@ -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