diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-25 23:02:44 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-29 19:42:26 +0200 |
commit | 244bb7f163017f409935e265370a4068b3bc8d0c (patch) | |
tree | 967363e50d93742077c16f089e127042e670f02a /source3/Makefile.in | |
parent | 7579f0fb175d9e9484465d54cbc933283c26005e (diff) | |
download | samba-244bb7f163017f409935e265370a4068b3bc8d0c.tar.gz samba-244bb7f163017f409935e265370a4068b3bc8d0c.tar.xz samba-244bb7f163017f409935e265370a4068b3bc8d0c.zip |
s3:winbind: Convert winbindd_dsgetdcname 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 2aa8e37ddbb..7a07350876a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1201,6 +1201,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_setpwent.o \ winbindd/winbindd_getpwent.o \ winbindd/winbindd_endpwent.o \ + winbindd/winbindd_dsgetdcname.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o |