From 61ec0f571ad81dc101fe6de7a8e9674a7119cf2b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 29 Mar 2010 17:52:38 +0200 Subject: s3: Convert WINBINDD_PAM_AUTH to the new async API --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index f83450957e..a15ec2d0f6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1237,6 +1237,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_set_mapping.o \ winbindd/winbindd_remove_mapping.o \ winbindd/winbindd_set_hwm.o \ + winbindd/winbindd_pam_auth.o \ auth/token_util.o \ auth/check_samsec.o \ auth/server_info.o \ -- cgit