source: vendor/current/dfs_server/wscript_build

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 259 bytes
Line 
1#!/usr/bin/env python
2
3bld.SAMBA_LIBRARY('dfs_server_ad',
4 source='dfs_server_ad.c',
5 deps='talloc samdb samba-util LIBTSOCKET',
6 private_library=True,
7 enabled=bld.AD_DC_BUILD_IS_ENABLED())
Note: See TracBrowser for help on using the repository browser.