summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-27 23:33:45 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:27 +0200
commite47491e83c27c5cd8dbc10e69b57f54ff570f703 (patch)
tree71b12dbde4d59a2b90d069f58b222a16a564f471 /source3/Makefile.in
parente71714830e23032bef9e5f644ca9531e8bc168b6 (diff)
downloadsamba-e47491e83c27c5cd8dbc10e69b57f54ff570f703.tar.gz
samba-e47491e83c27c5cd8dbc10e69b57f54ff570f703.tar.bz2
samba-e47491e83c27c5cd8dbc10e69b57f54ff570f703.zip
s3:winbind: Convert the getgrent functions to the new API
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 3 insertions, 0 deletions
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 \