diff options
author | Tim Potter <tpot@samba.org> | 2001-08-22 03:10:58 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-08-22 03:10:58 +0000 |
commit | 0309090f1ebc0896f4aee2c454279bd49b184409 (patch) | |
tree | 24d93eeef7c1d7b752e710bf5b0e58c25a5bdce7 | |
parent | b0f167cdf2942ddaeaa03032542e74345ce81308 (diff) | |
download | samba-0309090f1ebc0896f4aee2c454279bd49b184409.tar.gz samba-0309090f1ebc0896f4aee2c454279bd49b184409.tar.bz2 samba-0309090f1ebc0896f4aee2c454279bd49b184409.zip |
Link in smbdes routines for new wbinfo authentication stuff.
(This used to be commit 84998f1fceeef221101a4e332cf53d0e355c4ddf)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index d9dc423724..8e10722cf9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -397,7 +397,7 @@ WINBINDD_OBJ = \ $(GROUPDB_OBJ) $(PROFILE_OBJ) \ $(NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJ) -WBINFO_OBJ = nsswitch/wbinfo.o +WBINFO_OBJ = nsswitch/wbinfo.o libsmb/smbencrypt.o libsmb/smbdes.o WINBIND_NSS_OBJ = nsswitch/winbind_nss.o nsswitch/wb_common.o |