Release 0.0r
[heimdal.git] / lib / gssapi / krb5 / Makefile.am
blobbe72c6fef567c913825d4d0caa66a7ae91733633
1 # $Id$
3 AUTOMAKE_OPTIONS = no-dependencies foreign
5 CFLAGS = @CFLAGS@ $(WFLAGS)
7 INCLUDES = -I$(top_builddir)/include -I$(srcdir)/../krb5
9 lib_LTLIBRARIES = libgssapi.la
11 libgssapi_la_SOURCES =                          \
12         8003.c                                  \
13         accept_sec_context.c                    \
14         acquire_cred.c                          \
15         add_oid_set_member.c                    \
16         canonicalize_name.c                     \
17         compare_name.c                          \
18         context_time.c                          \
19         create_emtpy_oid_set.c                  \
20         decapsulate.c                           \
21         delete_sec_context.c                    \
22         display_name.c                          \
23         display_status.c                        \
24         duplicate_name.c                        \
25         encapsulate.c                           \
26         export_name.c                           \
27         external.c                              \
28         get_mic.c                               \
29         import_name.c                           \
30         indicate_mechs.c                        \
31         init.c                                  \
32         init_sec_context.c                      \
33         inquire_context.c                       \
34         inquire_cred.c                          \
35         release_buffer.c                        \
36         release_cred.c                          \
37         release_name.c                          \
38         release_oid_set.c                       \
39         test_oid_set_member.c                   \
40         unwrap.c                                \
41         v1.c                                    \
42         verify_mic.c                            \
43         wrap.c