summaryrefslogtreecommitdiffstats
path: root/source3/wscript
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-07-06 15:33:47 +0200
committerJeremy Allison <jra@samba.org>2012-07-18 15:41:36 -0700
commitff701ceae2409c656e1c30c00c728cfa67aeba21 (patch)
tree3ea67e011b89c23276214dc5f8c72b6f1d6779f9 /source3/wscript
parentf9df073a31a813f5ee50d4d8ea3ec590e1a3e970 (diff)
downloadsamba-ff701ceae2409c656e1c30c00c728cfa67aeba21.tar.gz
samba-ff701ceae2409c656e1c30c00c728cfa67aeba21.tar.xz
samba-ff701ceae2409c656e1c30c00c728cfa67aeba21.zip
s3: Add vfs_aio_posix
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript')
-rwxr-xr-xsource3/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index bd6ddcf4214..be39a6f845a 100755
--- a/source3/wscript
+++ b/source3/wscript
@@ -1468,6 +1468,7 @@ main() {
if conf.CONFIG_SET('HAVE_AIO') and Options.options.with_pthreadpool:
default_shared_modules.extend(TO_LIST('vfs_aio_pthread'))
+ default_shared_modules.extend(TO_LIST('vfs_aio_posix'))
if conf.CONFIG_SET('HAVE_AIO') and conf.CONFIG_SET('HAVE_LINUX_KERNEL_AIO'):
default_shared_modules.extend(TO_LIST('vfs_aio_linux'))