summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-05-05 18:12:07 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-08 01:22:17 +0200
commitab913d17681183d57f21faf7871ba30b5ae41239 (patch)
treeb67721e3e4b1cf8f95807ccf19c1f92846a7f145 /source3/Makefile.in
parenta0cf7bae60fed5a30a16a99697f74b431456029e (diff)
downloadsamba-ab913d17681183d57f21faf7871ba30b5ae41239.tar.gz
samba-ab913d17681183d57f21faf7871ba30b5ae41239.tar.bz2
samba-ab913d17681183d57f21faf7871ba30b5ae41239.zip
s3:libsmb: add smb2cli_negprot*()
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2b2f9c4624..d7a15686cd 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -601,6 +601,7 @@ LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \
libsmb/smb_seal.o libsmb/async_smb.o \
libsmb/read_smb.o \
libsmb/smb2cli_base.o \
+ libsmb/smb2cli_negprot.o \
libsmb/cli_np_tstream.o \
libsmb/smbsock_connect.o \
$(LIBSAMBA_OBJ) \