From 904a6c376105e084789a66894644c9a498574778 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 10 Oct 2010 18:39:07 +0200 Subject: [PATCH] util: Link headers to correct subsystem, fix formatting. --- lib/util/wscript_build | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 457dee2e19c..0b2991af577 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -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' ) -- 2.11.4.GIT