X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=6a4557cdfffd38c2067c7f46df6df75a668e8ebf;hb=eaf9c5284b9edf0b19d794898c7c3a8a37a54966;hp=214ffe57e10b870d47690fe1448038e7ce69c559;hpb=530b6b8e5bf392e22962e1e406ee85d7f9561b52;p=mech_eap.git diff --git a/Makefile.am b/Makefile.am index 214ffe5..6a4557c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ mech_eap_la_LDFLAGS = -avoid-version -module \ -export-symbols mech_eap.exports -no-undefined \ @EAP_LDFLAGS@ @RADSEC_LDFLAGS@ @TARGET_LDFLAGS@ mech_eap_la_LIBADD = @EAP_LIBS@ @RADSEC_LIBS@ @KRB5_LIBS@ @SHIBSP_LIBS@ \ - @SHIBRESOLVER_LIBS@ -lfreeradius-client + @SHIBRESOLVER_LIBS@ mech_eap_la_SOURCES = \ accept_sec_context.c \ @@ -66,13 +66,13 @@ mech_eap_la_SOURCES = \ store_cred.c \ unwrap.c \ unwrap_iov.c \ - util_alloc.c \ util_attr.cpp \ util_buffer.c \ util_context.c \ util_cksum.c \ util_cred.c \ util_crypt.c \ + util_exts.c \ util_krb.c \ util_lucid.c \ util_mech.c \ @@ -100,5 +100,5 @@ radius_ad_la_CFLAGS = -g -Wall -fno-strict-aliasing \ radius_ad_la_LDFLAGS = -avoid-version -module \ -export-symbols radius_ad.exports -no-undefined radius_ad_la_LIBADD = @KRB5_LIBS@ -radius_ad_la_SOURCES = util_adshim.c util_alloc.c +radius_ad_la_SOURCES = util_adshim.c endif