mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
lib/compression: add shared wscript_build.
Guenther
This commit is contained in:
parent
947ba448a4
commit
56fe080d87
6
lib/compression/wscript_build
Normal file
6
lib/compression/wscript_build
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LZXPRESS',
|
||||
deps='replace',
|
||||
source='lzxpress.c'
|
||||
)
|
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
bld.RECURSE('idl')
|
||||
bld.RECURSE('../lib/compression')
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('NDR_AUDIOSRV',
|
||||
source='gen_ndr/ndr_audiosrv.c',
|
||||
|
@ -1052,10 +1052,6 @@ bld.SAMBA_SUBSYSTEM('dcerpc', '')
|
||||
bld.SAMBA_SUBSYSTEM('ldb',
|
||||
source='lib/ldb_compat.c')
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LZXPRESS',
|
||||
deps='replace',
|
||||
source='../lib/compression/lzxpress.c')
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('NDR_SECURITY',
|
||||
source='''../librpc/gen_ndr/ndr_security.c ../librpc/ndr/ndr_sec_helper.c''',
|
||||
deps='ndr',
|
||||
|
@ -1,11 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LZXPRESS',
|
||||
deps='replace',
|
||||
source='../../lib/compression/lzxpress.c'
|
||||
)
|
||||
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('GENCACHE',
|
||||
source='../../source3/lib/gencache.c',
|
||||
enabled=False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user