From adaa1fb8140260e297861bafb86f03ba3fcf32bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Oct 2003 00:33:20 +0000 Subject: [PATCH] add SAM types and PAC_REQUEST git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12946 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index f43e9a781..ea8b8c58f 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -60,10 +60,18 @@ gen_files = \ asn1_NAME_TYPE.x \ asn1_PADATA_TYPE.x \ asn1_PA_DATA.x \ + asn1_PA_ENC_SAM_RESPONSE_ENC.x \ asn1_PA_ENC_TS_ENC.x \ + asn1_PA_PAC_REQUEST.x \ + asn1_PA_SAM_CHALLENGE_2.x \ + asn1_PA_SAM_CHALLENGE_2_BODY.x \ + asn1_PA_SAM_REDIRECT.x \ + asn1_PA_SAM_RESPONSE_2.x \ + asn1_PA_SAM_TYPE.x \ asn1_Principal.x \ asn1_PrincipalName.x \ asn1_Realm.x \ + asn1_SAMFlags.x \ asn1_TGS_REP.x \ asn1_TGS_REQ.x \ asn1_Ticket.x \