]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
dist the config.test for Kerberos. fix some build errors I added
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 13 Sep 2009 10:06:34 +0000 (22:06 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 13 Sep 2009 10:06:34 +0000 (22:06 +1200)
helpers/negotiate_auth/kerberos/Makefile.am
helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc

index 1e655c1ad533f80248ac3b986d2ad8652cabb406..e5ac07b13711533c28a88af0c5d3e7044e849f6c 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/src/Common.am
 
-EXTRA_DIST = README COPYING
+EXTRA_DIST = README COPYING config.test
 SUBDIRS = 
 
 libexec_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test
index 54fae2feb5e74698a74966e9cdf117fffad0aead..4da26a24f6e3f6982261b98f55089dea13a3ebac 100644 (file)
@@ -57,6 +57,8 @@
 
 #include "util.h"
 #include "base64.h"
+#include "getaddrinfo.h"
+#include "getnameinfo.h"
 #if !HAVE_SPNEGO
 #include "spnegohelp.h"
 #endif