diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-01-16 03:32:55 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-01-16 03:32:55 +0000 |
commit | 5b076fe30b7dcb783c9a2405ba1b642ffb5514ec (patch) | |
tree | a1df495432ea279e305c51230dbec72c19c0895a /source3 | |
parent | d92b21280edba86b69d3da38bc87d0390c0a3e7f (diff) | |
download | samba-5b076fe30b7dcb783c9a2405ba1b642ffb5514ec.tar.gz samba-5b076fe30b7dcb783c9a2405ba1b642ffb5514ec.tar.bz2 samba-5b076fe30b7dcb783c9a2405ba1b642ffb5514ec.zip |
Add LIBSMB_OBJ for the new ntlm_auth functionality.
Andrew Bartlett
(This used to be commit 9128aa3dd2f4bf4a21adac51be1da7c6380d23a0)
Diffstat (limited to 'source3')
-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 ada49220cb..c6b01b77d9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -552,7 +552,7 @@ POPT_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \ TDBBACKUP_OBJ = tdb/tdbbackup.o $(TDBBASE_OBJ) -NTLM_AUTH_OBJ = utils/ntlm_auth.o $(POPT_LIB_OBJ) +NTLM_AUTH_OBJ = utils/ntlm_auth.o $(LIBSMB_OBJ) $(POPT_LIB_OBJ) ###################################################################### # now the rules... |