From: Amos Jeffries Date: Sat, 6 Jun 2009 23:51:42 +0000 (+1200) Subject: Install Kerberos helper in libexec not sbin X-Git-Tag: SQUID_3_2_0_1~967 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8d3899234e10b19a8816b0f2eb3c0c7142776e9;p=thirdparty%2Fsquid.git Install Kerberos helper in libexec not sbin --- diff --git a/helpers/negotiate_auth/squid_kerb_auth/Makefile.am b/helpers/negotiate_auth/squid_kerb_auth/Makefile.am index 83e0ee57fb..35e8efaf4c 100644 --- a/helpers/negotiate_auth/squid_kerb_auth/Makefile.am +++ b/helpers/negotiate_auth/squid_kerb_auth/Makefile.am @@ -1,7 +1,7 @@ EXTRA_DIST = configure README NEWS ChangeLog AUTHORS INSTALL SUBDIRS = -bin_PROGRAMS = squid_kerb_auth squid_kerb_auth_test negotiate_kerb_auth negotiate_kerb_auth_test +libexec_PROGRAMS = squid_kerb_auth squid_kerb_auth_test negotiate_kerb_auth negotiate_kerb_auth_test SPNEGO_SOURCE= \ spnegohelp/derparse.c \