1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/dfs_server/wscript_build

8 lines
222 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_LIBRARY('dfs_server_ad',
source='dfs_server_ad.c',
deps='talloc samdb samba-util LIBTSOCKET',
private_library=True
)