1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/libcli/util/wscript_build
Andrew Bartlett 5db74b9607 lib/util Remove samba-util-common!
All of this code is now in common, so we don't need the second
'-common' library any more!

Andrew Bartlett
2011-06-21 09:36:22 +10:00

12 lines
344 B
Python

#!/usr/bin/env python
bld.SAMBA_LIBRARY('errors',
public_headers='error.h ntstatus.h doserr.h werror.h',
header_path='core',
source='doserr.c errormap.c nterr.c errmap_unix.c',
public_deps='talloc samba-util',
private_library=True
)