summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-12-22 18:20:02 +1100
committerStefan Metzmacher <metze@samba.org>2009-12-22 21:07:51 +0100
commitba2cfceb9647fd37a5dc010eb83cc87494dcdf2b (patch)
treefbdb5cb5ed43cadd802dd504d50eed7d5f73e712 /source3/Makefile.in
parent47bee67c054a0d2995ee391054435cbcfdfcd6da (diff)
downloadsamba-ba2cfceb9647fd37a5dc010eb83cc87494dcdf2b.tar.gz
samba-ba2cfceb9647fd37a5dc010eb83cc87494dcdf2b.tar.bz2
samba-ba2cfceb9647fd37a5dc010eb83cc87494dcdf2b.zip
libcli/auth Make gd's NDR NTLMSSP parsers helpers common
(but not built in Samba4 for now)
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 59ffa24e27..ad1ce6ebc6 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -482,7 +482,7 @@ LIBSMB_OBJ0 = \
libsmb/ntlmssp.o \
libsmb/ntlmssp_sign.o \
$(LIBNDR_NTLMSSP_OBJ) \
- libsmb/ntlmssp_ndr.o
+ ../libcli/auth/ntlmssp_ndr.o
LIBSAMBA_OBJ = $(LIBSMB_OBJ0) \
$(LIBSMB_ERR_OBJ)