summaryrefslogtreecommitdiff
path: root/libcli/util/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-04 13:59:57 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-06 07:51:24 +0200
commitf1ec28827f61fcb168249aa9855e7f19c65780ae (patch)
tree54e0f45ecc96e9fb2ee360aca26eb23a4f85ebd3 /libcli/util/wscript_build
parent2b0de5b5ca1196a39379dcd86a25b6e73c52cf3c (diff)
downloadsamba-f1ec28827f61fcb168249aa9855e7f19c65780ae.tar.gz
samba-f1ec28827f61fcb168249aa9855e7f19c65780ae.tar.bz2
samba-f1ec28827f61fcb168249aa9855e7f19c65780ae.zip
libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top level
This takes the Samba4 version, with the NT_STATUS_IS_DOS() check. This will be used in smbd/error.c shortly. Andrew Bartlett
Diffstat (limited to 'libcli/util/wscript_build')
-rw-r--r--libcli/util/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/util/wscript_build b/libcli/util/wscript_build
index 9382e110e4..197de4b422 100644
--- a/libcli/util/wscript_build
+++ b/libcli/util/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA_SUBSYSTEM('LIBCLI_ERRORS',
- source='doserr.c',
+ source='doserr.c errormap.c',
public_deps='talloc'
)