summaryrefslogtreecommitdiff
path: root/libcli/util
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-29 16:57:41 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-29 10:00:32 +0200
commitf96793142d0b5a6e0bdb0bcf4811178f3274949c (patch)
treefa303bded5e951db2ad1af679f80604b29e99257 /libcli/util
parent3542bd324ecea130292909fd052f71ab0790b7d3 (diff)
downloadsamba-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/util')
-rw-r--r--libcli/util/wscript_build8
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'
+ )
+