From 82e8061db6fd06c3818482ba84740cfee6cb1568 Mon Sep 17 00:00:00 2001 From: Sam hartman Date: Fri, 16 Sep 2011 16:17:53 +0100 Subject: [PATCH] Makefile: build fixes mech_eap_la_CFLAGS was multiply defined. Also, disable-acceptor sources were set incorrectly. --- mech_eap/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mech_eap/Makefile.am b/mech_eap/Makefile.am index ba6e8dd..79b21f6 100644 --- a/mech_eap/Makefile.am +++ b/mech_eap/Makefile.am @@ -28,9 +28,9 @@ mech_eap_la_CXXFLAGS = -Werror -Wall -Wunused-parameter endif mech_eap_la_CPPFLAGS = -DBUILD_GSSEAP_LIB -DSYSCONFDIR=\"${sysconfdir}\" -DDATAROOTDIR=\"${datarootdir}\" -mech_eap_la_CFLAGS = -Werror -Wall -Wunused-parameter \ +mech_eap_la_CFLAGS += \ @KRB5_CFLAGS@ @RADSEC_CFLAGS@ @TARGET_CFLAGS@ $(EAP_CFLAGS) -mech_eap_la_CXXFLAGS = -Werror -Wall -Wunused-parameter \ +mech_eap_la_CXXFLAGS += \ @KRB5_CFLAGS@ @RADSEC_CFLAGS@ \ @OPENSAML_CXXFLAGS@ @SHIBRESOLVER_CXXFLAGS@ @SHIBSP_CXXFLAGS@ \ @TARGET_CFLAGS@ $(EAP_CFLAGS) @@ -73,7 +73,6 @@ mech_eap_la_SOURCES = \ inquire_cred_by_oid.c \ inquire_mech_for_saslname.c \ inquire_mechs_for_name.c \ - inquire_name.c \ inquire_names_for_mech.c \ inquire_saslname_for_mech.c \ inquire_sec_context_by_oid.c \ @@ -116,6 +115,7 @@ mech_eap_la_SOURCES += \ delete_name_attribute.c \ export_name_composite.c \ get_name_attribute.c \ + inquire_name.c \ map_name_to_any.c \ release_any_name_mapping.c \ set_name_attribute.c \ -- 2.1.4