From 5a05528f908db1b7dee129a8be7f35670d9606c4 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Fri, 10 Jun 2011 16:52:46 -0400 Subject: [PATCH] Fix mech_eap_la_LDFLAGS to use $(srcdir) for mech_eap.exports --- moonshot/mech_eap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonshot/mech_eap/Makefile.am b/moonshot/mech_eap/Makefile.am index 55014cb..261191a 100644 --- a/moonshot/mech_eap/Makefile.am +++ b/moonshot/mech_eap/Makefile.am @@ -17,7 +17,7 @@ mech_eap_la_CXXFLAGS = -Werror -Wall -Wunused-parameter \ @KRB5_CFLAGS@ @RADSEC_CFLAGS@ \ @SHIBRESOLVER_CXXFLAGS@ @SHIBSP_CXXFLAGS@ @TARGET_CFLAGS@ $(EAP_CFLAGS) mech_eap_la_LDFLAGS = -avoid-version -module \ - -export-symbols mech_eap.exports -no-undefined \ + -export-symbols $(srcdir)/mech_eap.exports -no-undefined \ @RADSEC_LDFLAGS@ @TARGET_LDFLAGS@ mech_eap_la_LIBADD = @KRB5_LIBS@ ../libeap/libeap.la @RADSEC_LIBS@ \ @SHIBRESOLVER_LIBS@ @SHIBSP_LIBS@ @JANSSON_LIBS@ -- 2.1.4