diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-28 17:08:13 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:13 +1000 |
commit | 208d92a259398af1afc0b99dbfdc58171a1b671d (patch) | |
tree | 60dbca5a6db8f1883afd88f4757c2b239bb7cd69 /source4/ntvfs | |
parent | b9aa63887c005971b1b812893d6c1bbc50ea21b2 (diff) | |
download | samba-208d92a259398af1afc0b99dbfdc58171a1b671d.tar.gz |
s4-waf: cleaned up tevent dependency
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/posix/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build index 08b32980e73..b77c2120f8f 100644 --- a/source4/ntvfs/posix/wscript_build +++ b/source4/ntvfs/posix/wscript_build @@ -24,7 +24,7 @@ bld.SAMBA_MODULE('pvfs_acl_nfs4', bld.SAMBA_SUBSYSTEM('pvfs_aio', source='pvfs_aio.c', - deps='tevent LIBTEVENT_EXT', + deps='tevent', enabled=False ) |