From 9fa72399073731aba54dfe70c35677b3c2960589 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 27 May 2010 12:06:24 +0200 Subject: s3-winbind: Initialize the server_info on winbindd start. --- 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 e8131975c3..fa99ac6d10 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1255,6 +1255,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_pam_chauthtok.o \ winbindd/winbindd_pam_chng_pswd_auth_crap.o \ winbindd/winbindd_pam_logoff.o \ + auth/auth_util.o \ auth/token_util.o \ auth/check_samsec.o \ auth/server_info.o \ -- cgit