X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=moonshot%2Fmech_eap%2FMakefile.am;h=499f6247bc57c094d66999eb70d7e3da9a027e97;hp=261191a455f050caa35fbf8446e40a8bed631bf2;hb=438d1c89e95b9691054ab136ae815ac3d70e9053;hpb=c9d5774e4352bc80ce5529acef5704d744522b46 diff --git a/moonshot/mech_eap/Makefile.am b/moonshot/mech_eap/Makefile.am index 261191a..499f624 100644 --- a/moonshot/mech_eap/Makefile.am +++ b/moonshot/mech_eap/Makefile.am @@ -74,23 +74,18 @@ mech_eap_la_SOURCES = \ store_cred.c \ unwrap.c \ unwrap_iov.c \ - util_attr.cpp \ util_base64.c \ util_buffer.c \ util_context.c \ util_cksum.c \ util_cred.c \ util_crypt.c \ - util_json.cpp \ util_krb.c \ util_lucid.c \ util_mech.c \ util_name.c \ util_oid.c \ util_ordering.c \ - util_radius.cpp \ - util_saml.cpp \ - util_shib.cpp \ util_sm.c \ util_token.c \ verify_mic.c \ @@ -101,11 +96,13 @@ mech_eap_la_SOURCES = \ BUILT_SOURCES = gsseap_err.c radsec_err.c +if GSSEAP_ENABLE_ACCEPTOR +mech_eap_la_SOURCES += util_attr.c util_json.c util_radius.c util_shib.c util_saml.c +endif + if GSSEAP_ENABLE_REAUTH mech_eap_la_SOURCES += util_reauth.c - - if !HEIMDAL krb5pluginsdir = $(libdir)/krb5/plugins/authdata krb5plugins_LTLIBRARIES = radius_ad.la @@ -119,6 +116,7 @@ radius_ad_la_SOURCES = util_adshim.c endif endif + gsseap_err.h gsseap_err.c: gsseap_err.et $(COMPILE_ET) $<