X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=d2c85833df99a4d07b52ef2433fcf275101daae0;hp=f87406a272058bbefcfee6a8d2edb0b97ea7dc8d;hb=e063ba4e45d12dbc1a397653f9e77228835e4a2b;hpb=a8ec8ba7d129e544045ab73819a9213eac4e4275 diff --git a/Makefile.am b/Makefile.am index f87406a..d2c8583 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 = @KRB5_LIBS@ @EAP_LIBS@ @RADSEC_LIBS@ \ - @SHIBRESOLVER_LIBS@ @SHIBSP_LIBS@ + @SHIBRESOLVER_LIBS@ @SHIBSP_LIBS@ @JANSSON_LIBS@ mech_eap_la_SOURCES = \ accept_sec_context.c \ @@ -70,6 +70,7 @@ mech_eap_la_SOURCES = \ unwrap_iov.c \ userok.c \ util_attr.cpp \ + util_base64.c \ util_buffer.c \ util_context.c \ util_cksum.c \