diff options
author | Simo Sorce <simo@redhat.com> | 2012-02-23 01:15:29 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-23 09:13:21 -0500 |
commit | 8d821f0508f495deb376617c165cbcbf396a058a (patch) | |
tree | d24881cf8d511fabd5ef59bfd091f597bbbc6580 /Makefile.am | |
parent | fd9847469ce7056d88baea965af70c467ef80331 (diff) | |
download | sssd-8d821f0508f495deb376617c165cbcbf396a058a.tar.gz sssd-8d821f0508f495deb376617c165cbcbf396a058a.tar.xz sssd-8d821f0508f495deb376617c165cbcbf396a058a.zip |
pam_sss: keep selinux optional
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c0af34c76..8ce8c64dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -960,7 +960,7 @@ pam_sss_la_SOURCES = \ pam_sss_la_LDFLAGS = \ -lpam \ - -lselinux \ + $(SELINUX_LIBS) \ -module \ -avoid-version \ -Wl,--version-script,$(srcdir)/src/sss_client/sss_pam.exports |