diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-16 12:23:31 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-16 12:39:08 +0200 |
commit | 459233e6309afc93499d6b8cfd46e93e4e7d5cf3 (patch) | |
tree | 13d485c3de6b5dbb85bd614d558b78f9c6195b86 /source3/Makefile.in | |
parent | a511a875197778e9f032f442d8cd6a48b4e47f69 (diff) | |
download | samba-459233e6309afc93499d6b8cfd46e93e4e7d5cf3.tar.gz samba-459233e6309afc93499d6b8cfd46e93e4e7d5cf3.tar.xz samba-459233e6309afc93499d6b8cfd46e93e4e7d5cf3.zip |
s3:winbind: Convert WINBINDD_GETGRNAM to the new API
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index d96dc2aaf18..f1fac93d5b7 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1183,6 +1183,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_getgroups.o \ winbindd/winbindd_show_sequence.o \ winbindd/winbindd_getgrgid.o \ + winbindd/winbindd_getgrnam.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o |