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/wscript_build | |
parent | b9aa63887c005971b1b812893d6c1bbc50ea21b2 (diff) | |
download | samba-208d92a259398af1afc0b99dbfdc58171a1b671d.tar.gz samba-208d92a259398af1afc0b99dbfdc58171a1b671d.tar.bz2 samba-208d92a259398af1afc0b99dbfdc58171a1b671d.zip |
s4-waf: cleaned up tevent dependency
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
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') |