summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-02-06 23:06:41 +0100
committerStefan Metzmacher <metze@samba.org>2012-06-29 19:11:04 +0200
commitf7762e2730aa4e2fe37043b56e0413983b484108 (patch)
tree3c251ff6361b2f3d61b88fe651cb5de13ab9e022 /source3/wscript_build
parent9c8e2b5af0039a8bae216781df008be10c0f0835 (diff)
downloadsamba-f7762e2730aa4e2fe37043b56e0413983b484108.tar.gz
samba-f7762e2730aa4e2fe37043b56e0413983b484108.tar.bz2
samba-f7762e2730aa4e2fe37043b56e0413983b484108.zip
s3:smbd: add smbXsrv_open* infrastructure
Pair-Programmed-With: Michael Adam <obnox@samba.org> metze
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index c407aa59c1..0324f47df3 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -378,6 +378,7 @@ SMBD_SRC_SRV = '''smbd/server_reload.c smbd/files.c smbd/connection.c
smbd/smbXsrv_version.c
smbd/smbXsrv_session.c
smbd/smbXsrv_tcon.c
+ smbd/smbXsrv_open.c
smbd/server_exit.c
${MANGLE_SRC}'''
@@ -934,6 +935,7 @@ bld.SAMBA3_LIBRARY('smbd_base',
LIBAFS_SETTOKEN
RPC_SERVER
NDR_SMBXSRV
+ ccan-hash
''',
private_library=True,
vars=locals())