diff options
author | Andreas Schneider <asn@samba.org> | 2013-03-05 15:54:44 +0100 |
---|---|---|
committer | David Disseldorp <ddiss@suse.de> | 2013-03-05 23:29:46 +0100 |
commit | f9fb3faaef4c15b7c4c3748b0e93fa3061b573c3 (patch) | |
tree | 8c8e1e6c576130907cdfb2407fea6b3da08d9482 /lib/util/wscript_build | |
parent | def575bc29ee399fc93320b0f3716bc15740863d (diff) | |
download | samba-f9fb3faaef4c15b7c4c3748b0e93fa3061b573c3.tar.gz samba-f9fb3faaef4c15b7c4c3748b0e93fa3061b573c3.tar.bz2 samba-f9fb3faaef4c15b7c4c3748b0e93fa3061b573c3.zip |
lib: Add prctl_set_comment to utils.
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'lib/util/wscript_build')
-rwxr-xr-x | 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 ac270ee486..39a16135ef 100755 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -8,7 +8,7 @@ bld.SAMBA_LIBRARY('samba-util', util_strlist.c util_paths.c idtree.c debug.c fault.c base64.c util_str.c util_str_common.c substitute.c ms_fnmatch.c server_id.c dprintf.c parmlist.c bitmap.c pidfile.c - tevent_debug.c''', + tevent_debug.c util_process.c''', deps='DYNCONFIG', public_deps='talloc tevent execinfo uid_wrapper pthread LIBCRYPTO charset util_setid', public_headers='debug.h attr.h byteorder.h data_blob.h memory.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h samba_util.h string_wrappers.h', |