From: Amos Jeffries Date: Sat, 12 Sep 2009 08:08:06 +0000 (+1200) Subject: Squid helpers go into libexec/ not bin/ X-Git-Tag: SQUID_3_2_0_1~612^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f41c80cc33f6e8120e4774f2677d4c17b4e3e522;p=thirdparty%2Fsquid.git Squid helpers go into libexec/ not bin/ --- diff --git a/helpers/negotiate_auth/kerberos/Makefile.am b/helpers/negotiate_auth/kerberos/Makefile.am index fb769f18b4..1e655c1ad5 100644 --- a/helpers/negotiate_auth/kerberos/Makefile.am +++ b/helpers/negotiate_auth/kerberos/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/src/Common.am EXTRA_DIST = README COPYING SUBDIRS = -bin_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test +libexec_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test SOURCE = negotiate_kerberos_auth.cc base64.cc base64.h SOURCE_test = negotiate_kerberos_auth_test.cc base64.cc base64.h