summaryrefslogtreecommitdiffstats
path: root/libcli/util/wscript_build
blob: 3bfa4b1cdc673abc47b55be782ad1ab8c7b03cd8 (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-util',
                  private_library=True
                  )