summaryrefslogtreecommitdiffstats
path: root/libcli/util/wscript_build
blob: ccb882d7618b2916c1e9eeff9ac2cf406f4ebb40 (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 hresult.h',
                  header_path='core',
                  source='doserr.c errormap.c nterr.c errmap_unix.c hresult.c',
                  public_deps='talloc samba-debug',
                  private_library=True
                  )