summaryrefslogtreecommitdiff
path: root/source3/modules/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-07-12 10:32:39 +0200
committerJeremy Allison <jra@samba.org>2012-07-18 15:46:29 -0700
commitc4efaabbd94ee9139011547499e1a6fa4e43b282 (patch)
tree83f0148d2c01ae97d95485c1c5249fb81f2a4cc8 /source3/modules/wscript_build
parent9dc78c90f3c952f5c01686da6601c47565016290 (diff)
downloadsamba-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/modules/wscript_build')
-rw-r--r--source3/modules/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index 2f5088ad24..aaefd98727 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -358,7 +358,7 @@ bld.SAMBA3_MODULE('vfs_aio_fork',
bld.SAMBA3_MODULE('vfs_aio_pthread',
subsystem='vfs',
source=VFS_AIO_PTHREAD_SRC,
- deps='samba-util tevent LIBASYS',
+ deps='samba-util tevent',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_aio_pthread'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_aio_pthread'),