From: Tim Potter Date: Wed, 22 Aug 2001 03:10:58 +0000 (+0000) Subject: Link in smbdes routines for new wbinfo authentication stuff. X-Git-Tag: samba-2.2.5pre1~1555^2~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84998f1fceeef221101a4e332cf53d0e355c4ddf;p=thirdparty%2Fsamba.git Link in smbdes routines for new wbinfo authentication stuff. --- diff --git a/source/Makefile.in b/source/Makefile.in index d9dc4237248..8e10722cf98 100644 --- a/source/Makefile.in +++ b/source/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