X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=f87406a272058bbefcfee6a8d2edb0b97ea7dc8d;hb=9809ba7cbcdc64b909c9ed6484bb33d8e7733170;hp=cafa233caaf1de930089d530662b1065b7631048;hpb=09c8bab103518e9c02b2c8938e5e6cc9658a7402;p=mech_eap.orig diff --git a/Makefile.am b/Makefile.am index cafa233..f87406a 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 = -Wall -Wunused-parameter \ +mech_eap_la_CFLAGS = -Werror -Wall -Wunused-parameter \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ @TARGET_CFLAGS@ -mech_eap_la_CXXFLAGS = -Wall -Wunused-parameter \ +mech_eap_la_CXXFLAGS = -Werror -Wall -Wunused-parameter \ @KRB5_CFLAGS@ @EAP_CFLAGS@ @RADSEC_CFLAGS@ \ @SHIBRESOLVER_CXXFLAGS@ @SHIBSP_CXXFLAGS@ @TARGET_CFLAGS@ mech_eap_la_LDFLAGS = -avoid-version -module \ @@ -68,6 +68,7 @@ mech_eap_la_SOURCES = \ store_cred.c \ unwrap.c \ unwrap_iov.c \ + userok.c \ util_attr.cpp \ util_buffer.c \ util_context.c \