mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
bld.SAMBA_SUBSYSTEM('LZXPRESS',
|
||
|
deps='replace',
|
||
|
source='lzxpress.c'
|
||
|
)
|