summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-10 18:39:07 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-10 23:50:46 +0200
commit904a6c376105e084789a66894644c9a498574778 (patch)
tree5b367bb4418792796e57e8d71163c1fecde63592 /lib
parentaa6d7ccc44e226a65fc1b56c6d973a375c482811 (diff)
downloadsamba-904a6c376105e084789a66894644c9a498574778.tar.gz
samba-904a6c376105e084789a66894644c9a498574778.tar.bz2
samba-904a6c376105e084789a66894644c9a498574778.zip
util: Link headers to correct subsystem, fix formatting.
Diffstat (limited to 'lib')
-rw-r--r--lib/util/wscript_build24
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index 457dee2e19..0b2991af57 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'
)