summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-25 20:58:52 +1000
committerGünther Deschner <gd@samba.org>2010-05-31 15:11:36 +0200
commit62708fbd1bf6a54d880011ce7d95ee43e08cf30e (patch)
treed6326dfdd86561d623b61920dd503a2ab6914cae /source3/Makefile.in
parentd6fa371b92681a327a86239721fc5990d91ad74f (diff)
downloadsamba-62708fbd1bf6a54d880011ce7d95ee43e08cf30e.tar.gz
samba-62708fbd1bf6a54d880011ce7d95ee43e08cf30e.tar.bz2
samba-62708fbd1bf6a54d880011ce7d95ee43e08cf30e.zip
s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.
This needs a small re-arrangement of the supporting code. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f411eeef8a..b8c13cadbe 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -485,7 +485,8 @@ LIBSMB_ERR_OBJ = $(LIBSMB_ERR_OBJ0) $(LIBSMB_ERR_OBJ1) \
LIBSMB_OBJ0 = \
../libcli/auth/ntlm_check.o \
libsmb/ntlmssp.o \
- libsmb/ntlmssp_sign.o \
+ ../libcli/auth/ntlmssp.o \
+ ../libcli/auth/ntlmssp_sign.o \
$(LIBNDR_NTLMSSP_OBJ) \
../libcli/auth/ntlmssp_ndr.o