From: kouril Date: Thu, 16 Sep 2004 09:57:33 +0000 (+0000) Subject: forgot spnego-specific asn.1 sources X-Git-Tag: v5.0~33 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=commitdiff_plain;h=f3eda2540fa41bc17c2698fd10ccfc852a2ba1b5 forgot spnego-specific asn.1 sources --- diff --git a/configure.in b/configure.in index 4a83820..76da0fc 100644 --- a/configure.in +++ b/configure.in @@ -133,6 +133,11 @@ if test "x$with_krb5" != "xno" ; then if test -n "$have_heimdal"; then SPNEGO_SRCS="\ + spnegokrb5/asn1_MechType.c \ + spnegokrb5/asn1_MechTypeList.c \ + spnegokrb5/asn1_ContextFlags.c \ + spnegokrb5/asn1_NegTokenInit.c \ + spnegokrb5/asn1_NegTokenTarg.c \ spnegokrb5/init_sec_context.c \ spnegokrb5/accept_sec_context.c \ spnegokrb5/encapsulate.c \