From 0ed0a669566a0fe2f3a0357e35080346b550fb1d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 31 Aug 2011 01:42:09 +0200 Subject: libcli/smb: move smb2_signing.c to the toplevel metze --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 9236750923..bf66af4708 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/smb2cli_tcon.o \ libsmb/smb2cli_create.o \ ../libcli/smb/smb2_create_blob.o \ + ../libcli/smb/smb2_signing.o \ libsmb/smb2cli_close.o \ libsmb/smb2cli_flush.o \ libsmb/smb2cli_read.o \ @@ -929,7 +930,6 @@ SMBD_OBJ_SRV = smbd/server_reload.o \ smbd/file_access.o \ smbd/dnsregister.o smbd/globals.o \ smbd/smb2_server.o \ - smbd/smb2_signing.o \ smbd/smb2_glue.o \ smbd/smb2_negprot.o \ smbd/smb2_sesssetup.o \ -- cgit