diff options
author | Günther Deschner <gd@samba.org> | 2010-10-01 10:08:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-01 22:30:22 +0200 |
commit | b38d0542e193512796d5d9502ac8d688a1036157 (patch) | |
tree | d2815827c2a6695696f5ff8dd8853a70700ea7e9 /lib/util/wscript_build | |
parent | 0adc1645e23fedf52b10ed545eb9935df9ad7b6f (diff) | |
download | samba-b38d0542e193512796d5d9502ac8d688a1036157.tar.gz samba-b38d0542e193512796d5d9502ac8d688a1036157.tar.bz2 samba-b38d0542e193512796d5d9502ac8d688a1036157.zip |
samba: share select wrappers.
Guenther
Diffstat (limited to 'lib/util/wscript_build')
-rw-r--r-- | lib/util/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 0da6ec5b26..457dee2e19 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python 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', + 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') ], |