summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-28 17:08:13 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:13 +1000
commit208d92a259398af1afc0b99dbfdc58171a1b671d (patch)
tree60dbca5a6db8f1883afd88f4757c2b239bb7cd69 /source4/ntvfs/posix
parentb9aa63887c005971b1b812893d6c1bbc50ea21b2 (diff)
downloadsamba-208d92a259398af1afc0b99dbfdc58171a1b671d.tar.gz
samba-208d92a259398af1afc0b99dbfdc58171a1b671d.tar.bz2
samba-208d92a259398af1afc0b99dbfdc58171a1b671d.zip
s4-waf: cleaned up tevent dependency
Diffstat (limited to 'source4/ntvfs/posix')
-rw-r--r--source4/ntvfs/posix/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build
index 08b32980e7..b77c2120f8 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
)