1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4:lib: remove unused wscript_build file

This only contains a "GENCACHE" subsystem that is not
referenced anywhere.
This commit is contained in:
Michael Adam 2012-05-11 18:05:36 +02:00
parent 7eb8125668
commit e75a9c1ad8
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('GENCACHE',
source='../../source3/lib/gencache.c',
enabled=False,
deps='tdb-wrap'
)

View File

@ -71,7 +71,6 @@ bld.RECURSE('lib/tsocket')
bld.RECURSE('lib/crypto')
bld.RECURSE('lib/torture')
bld.RECURSE('lib/zlib')
bld.RECURSE('source4/lib')
bld.RECURSE('source4/lib/com')
bld.RECURSE('source4/dns_server')
bld.RECURSE('source4/echo_server')