From afc82444fd367e8b8541e4a41a86966a288ed2ef Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 4 Aug 2009 15:32:11 -0400 Subject: s3:winbind: Add async wb_getpwsid --- 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 b3f54e092b..ec47eccd4b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1159,6 +1159,7 @@ WINBINDD_OBJ1 = \ winbindd/wb_uid2sid.o \ winbindd/wb_gid2sid.o \ winbindd/wb_queryuser.o \ + winbindd/wb_getpwsid.o \ winbindd/winbindd_lookupsid.o \ winbindd/winbindd_lookupname.o \ winbindd/winbindd_sid_to_uid.o \ -- cgit