X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=eb292a7d97d95f391ff5049b5f735c8f1b28a326;hb=28e5c0eb65e5f7be08b776281c008cf9cbe807cc;hp=bc6c57276e7eed183503d01f80bad82755997b53;hpb=b2bcc99ea68f2833a3da75be105d19e1f60335ec;p=mech_eap.git diff --git a/Makefile.am b/Makefile.am index bc6c572..eb292a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ gssdir = $(libdir)/gss gss_LTLIBRARIES = mech_eap.la mech_eap_la_CPPFLAGS = -DBUILD_GSSEAP_LIB -DSYSCONFDIR=\"${sysconfdir}\" -DDATAROOTDIR=\"${datarootdir}\" -mech_eap_la_CFLAGS = -g -Wall -fno-strict-aliasing \ +mech_eap_la_CFLAGS = -g -Wall \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ @TARGET_CFLAGS@ mech_eap_la_CXXFLAGS = -g -Wall \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ \ @@ -74,7 +74,6 @@ mech_eap_la_SOURCES = \ util_cksum.c \ util_cred.c \ util_crypt.c \ - util_exts.c \ util_krb.c \ util_lucid.c \ util_mech.c \ @@ -84,6 +83,7 @@ mech_eap_la_SOURCES = \ util_radius.cpp \ util_saml.cpp \ util_shib.cpp \ + util_sm.c \ util_token.c \ verify_mic.c \ wrap.c \ @@ -91,9 +91,13 @@ mech_eap_la_SOURCES = \ wrap_iov_length.c \ wrap_size_limit.c +BUILT_SOURCES = gsseap_err.c radsec_err.c + if GSSEAP_ENABLE_REAUTH mech_eap_la_SOURCES += util_reauth.c + + if !HEIMDAL krb5pluginsdir = $(libdir)/krb5/plugins/authdata krb5plugins_LTLIBRARIES = radius_ad.la @@ -110,8 +114,6 @@ endif gsseap_err.h gsseap_err.c: gsseap_err.et $(COMPILE_ET) $< - - radsec_err.h radsec_err.c: radsec_err.et $(COMPILE_ET) $<