diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-03 23:44:46 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-05 03:21:20 -0400 |
commit | bb359c780aee3fd7e1074db93a28c95590ae5d36 (patch) | |
tree | 20da9d2b875a3b93fc09f9c2ec74d7c9928f19cf /source3/Makefile.in | |
parent | 2d6589fb0243cb2b73615de1aaea38a3059c08ed (diff) | |
download | samba-bb359c780aee3fd7e1074db93a28c95590ae5d36.tar.gz samba-bb359c780aee3fd7e1074db93a28c95590ae5d36.tar.xz samba-bb359c780aee3fd7e1074db93a28c95590ae5d36.zip |
s3:winbind: Add async wb_lookupsid
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 1686a9c8093..a9f9c16598c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1152,6 +1152,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_locator.o \ winbindd/winbindd_ndr.o \ winbindd/wb_ping.o \ + winbindd/wb_lookupsid.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o |