]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Squid helpers go into libexec/ not bin/
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 12 Sep 2009 08:08:06 +0000 (20:08 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 12 Sep 2009 08:08:06 +0000 (20:08 +1200)
helpers/negotiate_auth/kerberos/Makefile.am

index fb769f18b47c44037dcbe77f33492ca83c132c02..1e655c1ad533f80248ac3b986d2ad8652cabb406 100644 (file)
@@ -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