From 1d8d3fd7c3c2e6c46a3e01983dc26a5a650f6f84 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 27 Aug 2009 14:55:41 +0200 Subject: s3:winbind: Convert WINBINDD_GETUSERSIDS 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 f1fac93d5b..e53dcb991a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1184,6 +1184,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_show_sequence.o \ winbindd/winbindd_getgrgid.o \ winbindd/winbindd_getgrnam.o \ + winbindd/winbindd_getusersids.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o -- cgit