source: trunk/server/lib/uid_wrapper/wscript_build

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 260 bytes
Line 
1#!/usr/bin/env python
2
3
4bld.SAMBA_LIBRARY('uid_wrapper',
5 source='uid_wrapper.c',
6 deps='talloc',
7 private_library=True,
8 enabled=bld.CONFIG_SET("UID_WRAPPER"),
9 )
10
Note: See TracBrowser for help on using the repository browser.