s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb/common...
[Samba/gebeck_regimport.git] / lib / util / wscript_build
blobb551953f932396bab71d08993f6bcb7e6b79ed40
1 #!/usr/bin/env python
3 bld.SAMBA_LIBRARY('LIBSAMBA-UTIL',
4 source='xfile.c debug.c fault.c signal.c system.c time.c genrand.c dprintf.c util_str.c rfc1738.c substitute.c util_strlist.c util_file.c data_blob.c util.c blocking.c util_net.c fsusage.c ms_fnmatch.c mutex.c idtree.c become_daemon.c rbtree.c talloc_stack.c smb_threads.c params.c parmlist.c util_id.c select.c',
5 public_deps='talloc LIBCRYPTO CHARSET execinfo UID_WRAPPER',
6 public_headers='attr.h byteorder.h data_blob.h debug.h memory.h mutex.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h',
7 header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ],
8 local_include=False,
9 vnum='0.0.1',
10 pc_files='samba-util.pc'
14 bld.SAMBA_SUBSYSTEM('ASN1_UTIL',
15 source='asn1.c',
16 deps='talloc',
17 local_include=False)
20 bld.SAMBA_SUBSYSTEM('UNIX_PRIVS',
21 source='unix_privs.c',
22 autoproto='unix_privs.h',
23 deps='UID_WRAPPER',
24 local_include=False,
28 bld.SAMBA_SUBSYSTEM('WRAP_XATTR',
29 source='wrap_xattr.c',
30 public_deps='XATTR',
31 deps='talloc',
32 local_include=False
36 bld.SAMBA_SUBSYSTEM('UTIL_TDB',
37 source='util_tdb.c',
38 local_include=False,
39 public_deps='tdb talloc'
42 bld.SAMBA_SUBSYSTEM('UTIL_TEVENT',
43 source='tevent_unix.c tevent_ntstatus.c',
44 local_include=False,
45 public_deps='tevent',
46 public_headers='tevent_ntstatus.h tevent_unix.h',
47 header_path=[ ('*', 'util') ],
50 bld.SAMBA_SUBSYSTEM('UTIL_RUNCMD',
51 source='util_runcmd.c',
52 local_include=False,
53 public_deps='tevent'