From 292f3f896fa5bc381c88526fc73a6224b8d286f0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 4 Aug 2009 14:19:03 -0400 Subject: s3:winbind: Add async wb_gid2sid --- 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 48f6a9ad2e..4a872fe885 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1157,6 +1157,7 @@ WINBINDD_OBJ1 = \ winbindd/wb_sid2uid.o \ winbindd/wb_sid2gid.o \ winbindd/wb_uid2sid.o \ + winbindd/wb_gid2sid.o \ winbindd/winbindd_lookupsid.o \ winbindd/winbindd_lookupname.o \ winbindd/winbindd_sid_to_uid.o \ -- cgit