summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-05-03 09:35:07 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-02-28 12:01:08 +0100
commit8db121be4265bc4de3b34c6eab1b5ae2fd882957 (patch)
treef5e4f23dbef5d0250cf849714c9f6d4a88a9bbc0 /wscript_build
parent63c96b3a58accffba21981563b8b53c33f8b8f37 (diff)
downloadsamba-8db121be4265bc4de3b34c6eab1b5ae2fd882957.tar.gz
samba-8db121be4265bc4de3b34c6eab1b5ae2fd882957.tar.bz2
samba-8db121be4265bc4de3b34c6eab1b5ae2fd882957.zip
s3fs: added file_server directory
this contains a file server backend that forks and starts smbd Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index 5e0c05c216..ab6f9be40c 100644
--- a/wscript_build
+++ b/wscript_build
@@ -119,6 +119,7 @@ bld.RECURSE('lib')
bld.RECURSE('libds/common')
bld.RECURSE('source3')
bld.RECURSE('dfs_server')
+bld.RECURSE('file_server')
bld.RECURSE('testsuite/headers')
bld.RECURSE('testsuite/libsmbclient/src')