diff options
author | Volker Lendecke <vl@samba.org> | 2012-07-12 10:32:39 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-07-18 15:46:29 -0700 |
commit | c4efaabbd94ee9139011547499e1a6fa4e43b282 (patch) | |
tree | 83f0148d2c01ae97d95485c1c5249fb81f2a4cc8 /source3/wscript_build | |
parent | 9dc78c90f3c952f5c01686da6601c47565016290 (diff) | |
download | samba-c4efaabbd94ee9139011547499e1a6fa4e43b282.tar.gz samba-c4efaabbd94ee9139011547499e1a6fa4e43b282.tar.bz2 samba-c4efaabbd94ee9139011547499e1a6fa4e43b282.zip |
s3: Move the aio_pthread read/write functionality to vfs_default
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 672129dbcc..3b3bdeac9f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -935,6 +935,7 @@ bld.SAMBA3_LIBRARY('smbd_base', LIBAFS_SETTOKEN RPC_SERVER NDR_SMBXSRV + LIBASYS ccan-hash ''', private_library=True, |