summaryrefslogtreecommitdiff
path: root/source4
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
parentb9aa63887c005971b1b812893d6c1bbc50ea21b2 (diff)
downloadsamba-208d92a259398af1afc0b99dbfdc58171a1b671d.tar.gz
samba-208d92a259398af1afc0b99dbfdc58171a1b671d.tar.bz2
samba-208d92a259398af1afc0b99dbfdc58171a1b671d.zip
s4-waf: cleaned up tevent dependency
Diffstat (limited to 'source4')
-rw-r--r--source4/ntvfs/posix/wscript_build2
-rw-r--r--source4/wscript_build1
2 files changed, 1 insertions, 2 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
)
diff --git a/source4/wscript_build b/source4/wscript_build
index 90154336cd..569f2e40a5 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -16,7 +16,6 @@ bld.SAMBA_MKVERSION('version.h')
# we don't always use consistent names for our subsystems.
# this sets up some aliases
bld.TARGET_ALIAS('attr', 'XATTR')
-bld.TARGET_ALIAS('tevent', 'LIBTEVENT_EXT')
bld.TARGET_ALIAS('sasl2', 'SASL')
bld.TARGET_ALIAS('RPC_NDR_SRVSVC', 'NDR_SRVSVC')
bld.TARGET_ALIAS('RPC_NDR_MGMT', 'dcerpc_mgmt')