1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/lib/http/wscript_build

8 lines
126 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_LIBRARY('http',
source='http.c',
deps='talloc tevent samba3core',
private_library=True,
)