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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
259 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,
enabled=bld.AD_DC_BUILD_IS_ENABLED())