Implemented callback in libeap/src/crypto to allow mech_eap / ID Selector to ask...
[mech_eap.git] / mech_eap / Makefile.am
index 4e27734..6896693 100644 (file)
@@ -2,7 +2,8 @@ AUTOMAKE_OPTIONS = foreign
 
 EXTRA_DIST = gsseap_err.et radsec_err.et \
        mech_eap.exports mech_eap-noacceptor.exports  radius_ad.exports \
-       LICENSE AUTHORS
+       LICENSE AUTHORS mech \
+       README.samba4 NOTES radsec.conf
 
 
 gssincludedir = $(includedir)/gssapi
@@ -111,6 +112,7 @@ mech_eap_la_SOURCES =                       \
        util_ordering.c                         \
        util_radius.cpp                         \
        util_sm.c                               \
+       util_trace.c                            \
        util_tld.c                              \
        util_token.c                            \
        verify_mic.c                            \