From bd9d7f75e352985f1b0e0785f0ba94dea19d2601 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 4 Aug 2009 15:41:40 -0400 Subject: s3:winbind: Convert WINBINDD_GETPWUID to the new 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 d7e6caa1d3..1b9b205bee 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1168,6 +1168,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_gid_to_sid.o \ winbindd/winbindd_getpwsid.o \ winbindd/winbindd_getpwnam.o \ + winbindd/winbindd_getpwuid.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o -- cgit