summaryrefslogtreecommitdiff
path: root/libcli/util/wscript_build
blob: a364d30f035868648ec22d283040145cc1250bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python


bld.SAMBA_LIBRARY('errors',
                  public_headers='error.h ntstatus.h doserr.h werror.h',
                  header_path='core',
                  source='doserr.c errormap.c nterr.c errmap_unix.c',
                  public_deps='talloc samba-util-common',
                  private_library=True
                  )