1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00
samba-mirror/libcli/util/wscript_build
Andrew Bartlett f96793142d build: put doserr.c into it's own subsystem, so it's no longer a duplicate
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Apr 29 10:00:32 CEST 2011 on sn-devel-104
2011-04-29 10:00:32 +02:00

9 lines
107 B
Python

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('LIBCLI_ERRORS',
source='doserr.c',
public_deps='talloc'
)