util: Link headers to correct subsystem, fix formatting.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 16:39:07 +0000 (18:39 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 21:50:46 +0000 (23:50 +0200)
lib/util/wscript_build

index 457dee2e19c1b12fb92088a2ab58c04d23526622..0b2991af577b51f2da07f921057d57335a056e8b 100644 (file)
@@ -2,10 +2,10 @@
 
 bld.SAMBA_LIBRARY('LIBSAMBA-UTIL',
        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',
-       public_deps='talloc LIBCRYPTO CHARSET execinfo UID_WRAPPER tevent',
-       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 tevent_ntstatus.h tevent_unix.h',
-        header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ],
-        local_include=False,
+       public_deps='talloc LIBCRYPTO CHARSET execinfo UID_WRAPPER',
+       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',
+       header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ],
+       local_include=False,
        vnum='0.0.1',
        pc_files='samba-util.pc'
        )
@@ -21,29 +21,29 @@ bld.SAMBA_SUBSYSTEM('UNIX_PRIVS',
        source='unix_privs.c',
        autoproto='unix_privs.h',
        deps='UID_WRAPPER',
-        local_include=False,
+       local_include=False,
        )
 
 
 bld.SAMBA_SUBSYSTEM('WRAP_XATTR',
        source='wrap_xattr.c',
        public_deps='XATTR',
-        deps='talloc',
-        local_include=False
+       deps='talloc',
+       local_include=False
        )
 
 
 bld.SAMBA_SUBSYSTEM('UTIL_TDB',
        source='util_tdb.c',
-        local_include=False,
+       local_include=False,
        public_deps='tdb talloc'
        )
 
-
 bld.SAMBA_SUBSYSTEM('UTIL_TEVENT',
        source='tevent_unix.c tevent_ntstatus.c',
-        local_include=False,
-       public_deps='tevent'
+       local_include=False,
+       public_deps='tevent',
+       public_headers='tevent_ntstatus.h tevent_unix.h',
        )
 
 
@@ -57,7 +57,7 @@ bld.SAMBA_SUBSYSTEM('UTIL_LDB',
 
 bld.SAMBA_SUBSYSTEM('UTIL_RUNCMD',
        source='util_runcmd.c',
-        local_include=False,
+       local_include=False,
        public_deps='tevent'
        )