mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
f96793142d
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 29 10:00:32 CEST 2011 on sn-devel-104
9 lines
107 B
Python
9 lines
107 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBCLI_ERRORS',
|
|
source='doserr.c',
|
|
public_deps='talloc'
|
|
)
|
|
|