From: Kevin Wasserman Date: Fri, 10 Jun 2011 20:52:46 +0000 (-0400) Subject: Fix mech_eap_la_LDFLAGS to use $(srcdir) for mech_eap.exports X-Git-Tag: 0.9.2~138^2~25 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=4ec10e393e9c43c4b2542839154c4fcda863c8a2;hp=60385526c73f4fe194f5b3615fcf3fa2fd68f57d;p=mech_eap.git Fix mech_eap_la_LDFLAGS to use $(srcdir) for mech_eap.exports --- diff --git a/mech_eap/Makefile.am b/mech_eap/Makefile.am index 55014cb..261191a 100644 --- a/mech_eap/Makefile.am +++ b/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@