mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
bld.SAMBA_LIBRARY('http',
|
||
|
source='http.c',
|
||
|
deps='talloc tevent samba3core',
|
||
|
private_library=True,
|
||
|
)
|