From 10685b37d4dc16dc75c48c08937f003af4968a0c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 4 Aug 2009 14:22:17 -0400 Subject: s3:winbind: Convert WINBINDD_GID_TO_SID 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 4a872fe885..f7801d17a2 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1163,6 +1163,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_sid_to_uid.o \ winbindd/winbindd_sid_to_gid.o \ winbindd/winbindd_uid_to_sid.o \ + winbindd/winbindd_gid_to_sid.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o -- cgit