lib/util: Move util_process from util to util-core
authorChristof Schmitt <cs@samba.org>
Wed, 23 Sep 2015 23:02:27 +0000 (16:02 -0700)
committerAmitay Isaacs <amitay@samba.org>
Wed, 18 Nov 2015 03:05:13 +0000 (04:05 +0100)
Make the common prctl_set_comment function available to both ctdb
builds.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
lib/util/wscript_build

index 81578a954f1510aa82cfcabfc7fd50fe4b29fe1d..226b15e31c72c0899b37e39e3039c4a8ad881aff 100755 (executable)
@@ -64,7 +64,7 @@ bld.SAMBA_LIBRARY('talloc_report',
 bld.SAMBA_SUBSYSTEM('samba-util-core',
                     source='''xfile.c data_blob.c util_file.c time.c
                               signal.c util.c idtree.c fault.c
-                              substitute.c''',
+                              substitute.c util_process.c''',
                     deps='''time-basic samba-debug socket-blocking talloc
                             tevent execinfo pthread''',
                     local_include=False)
@@ -102,7 +102,7 @@ if not bld.env.SAMBA_UTIL_CORE_ONLY:
                     util_strlist.c util_paths.c idtree_random.c base64.c
                     util_str.c util_str_common.c ms_fnmatch.c
                     server_id.c dprintf.c bitmap.c pidfile.c
-                    tevent_debug.c util_process.c memcache.c''',
+                    tevent_debug.c memcache.c''',
                   deps='samba-util-core DYNCONFIG close-low-fd tini tiniparser genrand',
 
                   public_deps='talloc tevent execinfo pthread LIBCRYPTO charset util_setid systemd systemd-daemon',