From e47491e83c27c5cd8dbc10e69b57f54ff570f703 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 27 Aug 2009 23:33:45 +0200 Subject: s3:winbind: Convert the getgrent functions to the new API --- source3/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index bea41ff3b0..55baff23b3 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1204,6 +1204,9 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_setpwent.o \ winbindd/winbindd_getpwent.o \ winbindd/winbindd_endpwent.o \ + winbindd/winbindd_setgrent.o \ + winbindd/winbindd_getgrent.o \ + winbindd/winbindd_endgrent.o \ winbindd/winbindd_dsgetdcname.o \ winbindd/winbindd_getdcname.o \ auth/token_util.o \ -- cgit