summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-08-31 01:42:09 +0200
committerStefan Metzmacher <metze@samba.org>2011-09-05 13:17:32 +0200
commit0ed0a669566a0fe2f3a0357e35080346b550fb1d (patch)
treeffcd5175cd456dca89df1b5abed99e2beeed3c99 /source3/Makefile.in
parent50648760e786c0f1c7236344c31592ab586773dd (diff)
downloadsamba-0ed0a669566a0fe2f3a0357e35080346b550fb1d.tar.gz
samba-0ed0a669566a0fe2f3a0357e35080346b550fb1d.tar.bz2
samba-0ed0a669566a0fe2f3a0357e35080346b550fb1d.zip
libcli/smb: move smb2_signing.c to the toplevel
metze
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 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 \