summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-01-16 03:32:55 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-01-16 03:32:55 +0000
commit5b076fe30b7dcb783c9a2405ba1b642ffb5514ec (patch)
treea1df495432ea279e305c51230dbec72c19c0895a /source3/Makefile.in
parentd92b21280edba86b69d3da38bc87d0390c0a3e7f (diff)
downloadsamba-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/Makefile.in')
-rw-r--r--source3/Makefile.in2
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...