summaryrefslogtreecommitdiff
path: root/libcli/util/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/util/wscript_build')
-rw-r--r--libcli/util/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/util/wscript_build b/libcli/util/wscript_build
index 56a70f888e9..9c8fddca94b 100644
--- a/libcli/util/wscript_build
+++ b/libcli/util/wscript_build
@@ -2,10 +2,10 @@
bld.SAMBA_LIBRARY('samba-errors',
- public_headers='error.h ntstatus.h ntstatus_gen.h doserr.h werror.h werror_gen.h hresult.h gnutls_error.h',
+ public_headers='error.h ntstatus.h ntstatus_gen.h doserr.h werror.h werror_gen.h hresult.h',
private_headers='nterr_private.h',
header_path='core',
- source='doserr.c errormap.c nterr.c errmap_unix.c hresult.c gnutls_error.c',
+ source='doserr.c errormap.c nterr.c errmap_unix.c hresult.c',
public_deps='talloc samba-debug',
deps='gnutls',
# private_library=True,