mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
c0f3921234
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
8 lines
259 B
Python
8 lines
259 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('dfs_server_ad',
|
|
source='dfs_server_ad.c',
|
|
deps='talloc samdb samba-util LIBTSOCKET',
|
|
private_library=True,
|
|
enabled=bld.AD_DC_BUILD_IS_ENABLED())
|