summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorDavid Mulder <dmulder@suse.com>2022-03-11 10:20:48 -0700
committerJeremy Allison <jra@samba.org>2022-04-07 17:37:29 +0000
commit1139ad7b8bcefc4bdca5850715ccd556cc07cb47 (patch)
tree2c6ea43d6dbc0931eb3a714336a98d7dd359f062 /source3/wscript_build
parentdd633d561b167e2923037826d6fbdd20d40e1fb8 (diff)
downloadsamba-1139ad7b8bcefc4bdca5850715ccd556cc07cb47.tar.gz
smbd: Move negprot.c -> smb1_negprot.c
negprot.c only contains smb1 code. Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 4cf84176e5f..a2d1e47c366 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -605,6 +605,7 @@ if bld.CONFIG_SET('WITH_SMB1SERVER'):
smbd/smb1_utils.c
smbd/smb1_aio.c
smbd/smb1_ipc.c
+ smbd/smb1_negprot.c
'''
else:
SMB1_SOURCES = ''
@@ -624,7 +625,6 @@ bld.SAMBA3_LIBRARY('smbd_base',
smbd/share_access.c
smbd/fileio.c
smbd/smb2_ipc.c
- smbd/negprot.c
smbd/nttrans.c
smbd/pipes.c
smbd/reply.c