From 77539b479e4c5ef52a7876f39b075b0f6f8ca7fd Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Mon, 26 Mar 2018 15:04:12 +1100 Subject: [PATCH] util: Add tini to samba-util-core So it can be used by CTDB. Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- lib/util/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util/wscript_build b/lib/util/wscript_build index deed2b0b57db..ded91f67d9fb 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -74,7 +74,7 @@ bld.SAMBA_SUBSYSTEM('samba-util-core', strv_util.c bitmap.c select.c pidfile.c become_daemon.c mkdir_p.c''', deps='''time-basic samba-debug socket-blocking talloc - tevent execinfo pthread strv''', + tevent execinfo pthread strv tini''', public_deps='systemd systemd-daemon', local_include=False) @@ -124,7 +124,7 @@ else: util_str.c util_str_common.c ms_fnmatch.c server_id.c dprintf.c tevent_debug.c memcache.c unix_match.c tfork.c''', - deps='samba-util-core DYNCONFIG close-low-fd tini tiniparser genrand util_str_hex', + deps='samba-util-core DYNCONFIG close-low-fd tiniparser genrand util_str_hex', public_deps='talloc tevent execinfo 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 string_wrappers.h idtree.h idtree_random.h blocking.h signal.h substitute.h fault.h genrand.h tfork.h', header_path= [ ('dlinklist.h samba_util.h', '.'), ('*', 'util') ], -- 2.34.1