Refactor
[mech_eap.orig] / Makefile.am
index 7910012..7cbe203 100644 (file)
@@ -26,6 +26,7 @@ libmech_eap_la_SOURCES =                      \
        duplicate_name.c                        \
        eap_mech.c                              \
        export_name.c                           \
+       export_name_composite.c                 \
        export_sec_context.c                    \
        get_mic.c                               \
        get_name_attribute.c                    \
@@ -37,6 +38,7 @@ libmech_eap_la_SOURCES =                      \
        inquire_cred.c                          \
        inquire_cred_by_oid.c                   \
        inquire_mechs_for_name.c                \
+       inquire_name.c                          \
        inquire_names_for_mech.c                \
        inquire_sec_context_by_oid.c            \
        map_name_to_any.c                       \
@@ -52,6 +54,7 @@ libmech_eap_la_SOURCES =                      \
        store_cred.c                            \
        unwrap.c                                \
        unwrap_iov.c                            \
+       util_buffer.c                           \
        util_context.c                          \
        util_cksum.c                            \
        util_cred.c                             \
@@ -61,6 +64,8 @@ libmech_eap_la_SOURCES =                      \
        util_name.c                             \
        util_oid.c                              \
        util_ordering.c                         \
+       util_radius.c                           \
+       util_saml.c                             \
        util_token.c                            \
        verify_mic.c                            \
        wrap.c                                  \