From: Luke Howard Date: Fri, 24 Sep 2010 22:38:19 +0000 (+0200) Subject: fix build error X-Git-Tag: vm/20110310~225 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=commitdiff_plain;h=c6bb8cef099ebda1e9efa77e8946ae43de675c56 fix build error --- diff --git a/Makefile.am b/Makefile.am index ff1cb1f..64f2744 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ mech_eap_la_CXXFLAGS = -g -Wall \ @SHIBRESOLVER_CXXFLAGS@ @TARGET_CFLAGS@ mech_eap_la_LDFLAGS = -avoid-version -module \ -export-symbols mech_eap.exports -no-undefined \ - @EAP_LDFLAGS@ @KRB5_LDFLAGS@ @TARGET_LDFLAGS@ + @EAP_LDFLAGS@ @TARGET_LDFLAGS@ mech_eap_la_LIBADD = @EAP_LIBS@ @KRB5_LIBS@ @SHIBSP_LIBS@ \ @SHIBRESOLVER_LIBS@ -lfreeradius-client