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


bld.SAMBA_LIBRARY('samba-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,
                  pc_files=[],
                  vnum='1',
                  )