X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=cafa233caaf1de930089d530662b1065b7631048;hb=09c8bab103518e9c02b2c8938e5e6cc9658a7402;hp=17757f439970ca63e7916bf7b60ddb7edcf01603;hpb=81fc858d949889a91fc86d370e8f35ce1a4fabd3;p=mech_eap.git diff --git a/Makefile.am b/Makefile.am index 17757f4..cafa233 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,9 @@ 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 = -Wall -Wunused-parameter \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ @TARGET_CFLAGS@ -mech_eap_la_CXXFLAGS = -g -Wall \ +mech_eap_la_CXXFLAGS = -Wall -Wunused-parameter \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ \ @SHIBRESOLVER_CXXFLAGS@ @SHIBSP_CXXFLAGS@ @TARGET_CFLAGS@ mech_eap_la_LDFLAGS = -avoid-version -module \ @@ -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 \ @@ -114,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) $<