summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-12-02 14:21:09 +1100
committerMartin Schwenke <martins@samba.org>2017-02-24 07:47:11 +0100
commit138deeaa7f6eba59d7b31324060505ade2bd3b5d (patch)
tree6da3f980f889c9e0135947521da8c53050d2970e /lib
parentf7f23dca09418da82d076bd25fb1fa4c328ba76d (diff)
downloadsamba-138deeaa7f6eba59d7b31324060505ade2bd3b5d.tar.gz
lib/util: Put bitmap.c into samba-util-core so it is available to CTDB
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'lib')
-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 27d0a55c387..ddece0ee7a6 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''',
+ strv_util.c bitmap.c''',
deps='''time-basic samba-debug socket-blocking talloc
tevent execinfo pthread strv''',
local_include=False)
@@ -119,7 +119,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 bitmap.c pidfile.c
+ server_id.c dprintf.c pidfile.c
tevent_debug.c memcache.c unix_match.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',