lib/util: Put bitmap.c into samba-util-core so it is available to CTDB
authorMartin Schwenke <martin@meltin.net>
Fri, 2 Dec 2016 03:21:09 +0000 (14:21 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 24 Feb 2017 06:47:11 +0000 (07:47 +0100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
lib/util/wscript_build

index 27d0a55c3871714dc2885086a8f73bba110ed855..ddece0ee7a6124bff9064b47c3a2a0e598ac623d 100644 (file)
@@ -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',