From 264bbfed9f2cdb05d9e017e9e3307f37edb4c1da Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Mon, 30 Jan 2012 06:31:51 -0500 Subject: SELinux support in PAM module --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 90b6d8139..69c1ef857 100644 --- a/Makefile.am +++ b/Makefile.am @@ -908,6 +908,7 @@ pam_sss_la_SOURCES = \ pam_sss_la_LDFLAGS = \ -lpam \ + -lselinux \ -module \ -avoid-version \ -Wl,--version-script,$(srcdir)/src/sss_client/sss_pam.exports -- cgit