From e5698314b87e147c0223d0d8bcac206733dfae8c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 12 Feb 2015 23:08:12 +0100 Subject: pam_sss: add pre-auth and 2fa support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Lukáš Slebodník --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e0fccbf19..e95dba2f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2431,6 +2431,7 @@ pam_sss_la_SOURCES = \ src/sss_client/common.c \ src/sss_client/sss_cli.h \ src/util/atomic_io.c \ + src/util/authtok-utils.c \ src/sss_client/sss_pam_macros.h \ src/sss_client/sss_pam_compat.h -- cgit