summaryrefslogtreecommitdiff
path: root/lib/util
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2017-07-31 14:48:47 +1000
committerMartin Schwenke <martins@samba.org>2017-08-02 03:39:11 +0200
commit4dbfc16bdd6253f887fd34bef8db5464c363e0e8 (patch)
tree02d2960c930e948a7dc7bf069f061edf93d2daea /lib/util
parentd665b74dbb4986c58fd887d7425d054c0533c924 (diff)
downloadsamba-4dbfc16bdd6253f887fd34bef8db5464c363e0e8.tar.gz
util: Add pidfile.* to samba-util-core
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index 1d2f2ba4bed..989db362ec7 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -71,7 +71,7 @@ bld.SAMBA_SUBSYSTEM('samba-util-core',
source='''data_blob.c util_file.c time.c
signal.c util.c idtree.c fault.c
substitute.c util_process.c util_strlist.c
- strv_util.c bitmap.c select.c''',
+ strv_util.c bitmap.c select.c pidfile.c''',
deps='''time-basic samba-debug socket-blocking talloc
tevent execinfo pthread strv''',
local_include=False)
@@ -120,7 +120,7 @@ else:
util_strlist_v3.c util_paths.c
idtree_random.c base64.c
util_str.c util_str_common.c ms_fnmatch.c
- server_id.c dprintf.c pidfile.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',
public_deps='talloc tevent execinfo pthread LIBCRYPTO charset util_setid systemd systemd-daemon',