support gss_inquire_attrs_for_mech
[mech_eap.git] / Makefile.am
index ff1cb1f..e794f95 100644 (file)
@@ -14,7 +14,7 @@ mech_eap_la_CXXFLAGS = -g -Wall \
                        @SHIBRESOLVER_CXXFLAGS@ @TARGET_CFLAGS@
 mech_eap_la_LDFLAGS  = -avoid-version -module \
                        -export-symbols mech_eap.exports -no-undefined \
-                       @EAP_LDFLAGS@ @KRB5_LDFLAGS@ @TARGET_LDFLAGS@
+                       @EAP_LDFLAGS@ @TARGET_LDFLAGS@
 mech_eap_la_LIBADD   = @EAP_LIBS@ @KRB5_LIBS@ @SHIBSP_LIBS@ \
                       @SHIBRESOLVER_LIBS@ -lfreeradius-client
 
@@ -43,12 +43,15 @@ mech_eap_la_SOURCES =                       \
        import_sec_context.c                    \
        indicate_mechs.c                        \
        init_sec_context.c                      \
+       inquire_attrs_for_mech.c                \
        inquire_context.c                       \
        inquire_cred.c                          \
        inquire_cred_by_oid.c                   \
+       inquire_mech_for_saslname.c             \
        inquire_mechs_for_name.c                \
        inquire_name.c                          \
        inquire_names_for_mech.c                \
+       inquire_saslname_for_mech.c             \
        inquire_sec_context_by_oid.c            \
        map_name_to_any.c                       \
        process_context_token.c                 \