diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-16 11:25:31 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-16 12:38:19 +0200 |
commit | c83bf9cd7e147655cf3796a7dc1ed4b27ead6ebd (patch) | |
tree | 87c5ae4dde359800774e3c67d93eec24d5c5e7ea /source3/Makefile.in | |
parent | 8a683f489695b094ef91960f6fda4c8c57407682 (diff) | |
download | samba-c83bf9cd7e147655cf3796a7dc1ed4b27ead6ebd.tar.gz samba-c83bf9cd7e147655cf3796a7dc1ed4b27ead6ebd.tar.xz samba-c83bf9cd7e147655cf3796a7dc1ed4b27ead6ebd.zip |
s3:winbind: Add async wb_getgrsid
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 80df78eac5b..19cccf467aa 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1168,6 +1168,7 @@ WINBINDD_OBJ1 = \ winbindd/wb_seqnum.o \ winbindd/wb_seqnums.o \ winbindd/wb_group_members.o \ + winbindd/wb_getgrsid.o \ winbindd/winbindd_lookupsid.o \ winbindd/winbindd_lookupname.o \ winbindd/winbindd_sid_to_uid.o \ |