From a511a875197778e9f032f442d8cd6a48b4e47f69 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 16 Aug 2009 12:13:00 +0200 Subject: s3:winbind: Convert WINBINDD_GETGRGID 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 19cccf467a..d96dc2aaf1 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1182,6 +1182,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_getuserdomgroups.o \ winbindd/winbindd_getgroups.o \ winbindd/winbindd_show_sequence.o \ + winbindd/winbindd_getgrgid.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o -- cgit