From 2db6afe70eee2bbc22aa657a6b6609a9f3eb5d4c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 5 Sep 2013 18:50:20 -0400 Subject: Makefile: Fix sssd_be targets The $(PAM_LIBS) variable should be added to LDADD not LDFLAGS --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b913a12b..05da9a14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -721,11 +721,11 @@ sssd_be_LDADD = \ -ldl \ $(SSSD_LIBS) \ $(CARES_LIBS) \ + $(PAM_LIBS) \ $(SSSD_INTERNAL_LTLIBS) sssd_be_LDFLAGS = \ -Wl,--version-script,$(srcdir)/src/providers/sssd_be.exports \ - -export-dynamic \ - $(PAM_LIBS) + -export-dynamic if BUILD_PYTHON_BINDINGS sss_obfuscate_pythondir = $(sbindir) -- cgit