diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-15 13:23:57 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-16 10:38:24 +0200 |
commit | 0f64bb5b7ef9b77b1865a5b6e0bdab331a618c38 (patch) | |
tree | e90284ab1efa11cca660fe652b7ebfe3b7823150 /source3/Makefile.in | |
parent | e54503e82fdbb337b4de9c5aaef252edb2e11e39 (diff) | |
download | samba-0f64bb5b7ef9b77b1865a5b6e0bdab331a618c38.tar.gz samba-0f64bb5b7ef9b77b1865a5b6e0bdab331a618c38.tar.xz samba-0f64bb5b7ef9b77b1865a5b6e0bdab331a618c38.zip |
s3:winbind: Convert winbindd_show_sequence 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 61fde565c28..f1c645a576f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1178,6 +1178,7 @@ WINBINDD_OBJ1 = \ winbindd/winbindd_getsidaliases.o \ winbindd/winbindd_getuserdomgroups.o \ winbindd/winbindd_getgroups.o \ + winbindd/winbindd_show_sequence.o \ auth/token_util.o \ ../nsswitch/libwbclient/wb_reqtrans.o \ smbd/connection.o |