diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-29 16:57:41 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-29 10:00:32 +0200 |
commit | f96793142d0b5a6e0bdb0bcf4811178f3274949c (patch) | |
tree | fa303bded5e951db2ad1af679f80604b29e99257 /libcli | |
parent | 3542bd324ecea130292909fd052f71ab0790b7d3 (diff) | |
download | samba-f96793142d0b5a6e0bdb0bcf4811178f3274949c.tar.gz samba-f96793142d0b5a6e0bdb0bcf4811178f3274949c.tar.bz2 samba-f96793142d0b5a6e0bdb0bcf4811178f3274949c.zip |
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
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/util/wscript_build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcli/util/wscript_build b/libcli/util/wscript_build new file mode 100644 index 0000000000..9382e110e4 --- /dev/null +++ b/libcli/util/wscript_build @@ -0,0 +1,8 @@ +#!/usr/bin/env python + + +bld.SAMBA_SUBSYSTEM('LIBCLI_ERRORS', + source='doserr.c', + public_deps='talloc' + ) + |