From: Luke Howard Date: Mon, 3 Jan 2011 01:11:01 +0000 (+1100) Subject: remove @TARGET_LIBS@, they don't exist X-Git-Tag: vm/20110310~63 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=19733edf155d85cfa51761b6a2397f6374336981 remove @TARGET_LIBS@, they don't exist --- diff --git a/Makefile.am b/Makefile.am index 36ff5a4..ef09a5c 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@ @TARGET_LIBS@ + @SHIBRESOLVER_LIBS@ @SHIBSP_LIBS@ mech_eap_la_SOURCES = \ accept_sec_context.c \