diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 11:25:59 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:24 +1100 |
commit | 2dcb596e8302856a66e8d6f11457ad87d1ad1dab (patch) | |
tree | 64033d3b02f062e30fa592113f61488968e7d307 /source4/wscript_build | |
parent | 7cba3cfac8781061e4114573517b30baedbf891a (diff) | |
download | samba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.tar.gz |
s4-waf: removed dependencies on missing subsystems
these were left over from the old config.mk system
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index d2b6e541c60..4c2bc9c5272 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -19,26 +19,6 @@ bld.SAMBA_MKVERSION('version.h') bld.TARGET_ALIAS('attr', 'XATTR') bld.TARGET_ALIAS('sasl2', 'SASL') -# missing subsystems - need looking at -bld.SAMBA_SUBSYSTEM('NETAPI', '') # for external libnet -bld.SAMBA_SUBSYSTEM('OPENPTY', '') # external openpty library -bld.SAMBA_SUBSYSTEM('SMBCLIENT', '') # for external libsmbclient -bld.SAMBA_SUBSYSTEM('BLKID', '') # blkid library from e2fsprogs -bld.SAMBA_SUBSYSTEM('SETPROCTITLE', '') # external setproctitle library - -# subsystems that are confirmed to be missing. These should -# be removed from the build completely when we only have -# one build system -bld.SAMBA_SUBSYSTEM('DCOM_PROXY_DCOM', '') -bld.SAMBA_SUBSYSTEM('smbcalls', '') -bld.SAMBA_SUBSYSTEM('HDB_LDB', '') -bld.SAMBA_SUBSYSTEM('NDR_MISC', '') -bld.SAMBA_SUBSYSTEM('NDR_SAMR', '') -bld.SAMBA_SUBSYSTEM('SCHANNELDB', '') -bld.SAMBA_SUBSYSTEM('pyldb_util', '') -bld.SAMBA_SUBSYSTEM('TORTURE_LDB_MODULE', '') - - bld.RECURSE('../lib/replace') bld.RECURSE('../lib/talloc') bld.RECURSE('../lib/tdb') |