Set KRB5CCNAME on follow up requests with session
[mod_auth_gssapi.git] / src / asn1c / Makefile.am
1 NULL =
2
3 ASN1C_SOURCES =                 \
4         asn_codecs_prim.c       \
5         ber_decoder.c           \
6         ber_tlv_length.c        \
7         ber_tlv_tag.c           \
8         BIT_STRING.c            \
9         BOOLEAN.c               \
10         constraints.c           \
11         constr_SEQUENCE.c       \
12         constr_TYPE.c           \
13         der_encoder.c           \
14         INTEGER.c               \
15         NativeEnumerated.c      \
16         NativeInteger.c         \
17         OCTET_STRING.c          \
18         per_decoder.c           \
19         per_encoder.c           \
20         per_opentype.c          \
21         per_support.c           \
22         xer_decoder.c           \
23         xer_encoder.c           \
24         xer_support.c           \
25         asn_application.h       \
26         asn_codecs.h            \
27         asn_codecs_prim.h       \
28         asn_internal.h          \
29         asn_system.h            \
30         ber_decoder.h           \
31         ber_tlv_length.h        \
32         ber_tlv_tag.h           \
33         BIT_STRING.h            \
34         BOOLEAN.h               \
35         constraints.h           \
36         constr_SEQUENCE.h       \
37         constr_TYPE.h           \
38         der_encoder.h           \
39         INTEGER.h               \
40         NativeEnumerated.h      \
41         NativeInteger.h         \
42         OCTET_STRING.h          \
43         per_decoder.h           \
44         per_encoder.h           \
45         per_opentype.h          \
46         per_support.h           \
47         xer_decoder.h           \
48         xer_encoder.h           \
49         xer_support.h           \
50         $(NULL)
51
52 ASN1Cdir = .
53
54 MAGASN1_SOURCES =               \
55         GSSSessionData.c        \
56         Uint32.c                \
57         GSSSessionData.h        \
58         Uint32.h                \
59         $(NULL)
60
61 MAGASN1dir = .
62
63 noinst_LTLIBRARIES = libmagasn1.la
64 libmagasn1_la_SOURCES = $(ASN1C_SOURCES) $(MAGASN1_SOURCES)
65
66 regenerate:
67         asn1c -fskeletons-copy -fnative-types session.asn1
68         rm -f converter-sample.c Makefile.am.sample