From 0cae043b0c1d2fa55f6709230658155caaecb4fc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 30 Aug 2009 09:46:34 +0200 Subject: w3:winbind: Convert WINBINDD_ALLOCATE_GID 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 5f674e8d0c..5e3e7ebcc0 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1191,6 +1191,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_uid_to_sid.o \ winbindd/winbindd_gid_to_sid.o \ winbindd/winbindd_allocate_uid.o \ + winbindd/winbindd_allocate_gid.o \ winbindd/winbindd_getpwsid.o \ winbindd/winbindd_getpwnam.o \ winbindd/winbindd_getpwuid.o \ -- cgit