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