libsamba-util: Build in libbitmap.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 26 Jul 2011 11:29:00 +0000 (13:29 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 26 Jul 2011 12:45:26 +0000 (14:45 +0200)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Tue Jul 26 14:45:27 CEST 2011 on sn-devel-104

lib/util/wscript_build
source3/wscript_build
source4/param/wscript_build

index 659cb5455c708a32818a697ed95225a973bbb16e..ee963ad971b76930ebc587b3bd4a030dfe6143d2 100755 (executable)
@@ -7,7 +7,7 @@ bld.SAMBA_LIBRARY('samba-util',
                     signal.c system.c params.c util.c util_id.c util_net.c
                     util_strlist.c util_paths.c idtree.c debug.c fault.c base64.c
                     util_str.c util_str_common.c substitute.c ms_fnmatch.c
-                    server_id.c dprintf.c parmlist.c''',
+                    server_id.c dprintf.c parmlist.c bitmap.c''',
                   deps='DYNCONFIG',
                   public_deps='talloc execinfo uid_wrapper pthread LIBCRYPTO charset',
                   public_headers='debug.h attr.h byteorder.h data_blob.h memory.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h string_wrappers.h',
@@ -85,10 +85,3 @@ bld.SAMBA_LIBRARY('tdb-wrap',
                   private_library=True,
                   local_include=False
                  )
-
-bld.SAMBA_LIBRARY('bitmap',
-                 source='bitmap.c',
-                 deps='talloc samba-util',
-                  local_include=False,
-                 private_library=True)
-
index 06d81f69f1dce09f2f688e733f90e67a602d46a5..40a1d9be3ae3c341d4dd23abd277bbbbf6f782ae 100755 (executable)
@@ -880,7 +880,7 @@ bld.SAMBA3_LIBRARY('smbconf',
 
 bld.SAMBA3_LIBRARY('smbd_conn',
                    source='smbd/conn.c',
-                   deps='string_init bitmap namearray',
+                   deps='string_init samba-util namearray',
                    private_library=True)
 
 bld.SAMBA3_LIBRARY('smbd_base',
index d5ca60d207b31b7c8a196e175db7f82c393e2a81..9a455124b0e60dcaa3bf03c2e2ac6df6f319e59f 100644 (file)
@@ -15,10 +15,10 @@ bld.SAMBA_LIBRARY('samba-hostconfig',
        pc_files='samba-hostconfig.pc',
        vnum='0.0.1',
        deps='DYNCONFIG',
-       public_deps='samba-util bitmap param_local_h',
+       public_deps='samba-util param_local_h',
        public_headers='param.h',
        autoproto='param_proto.h',
-        autoproto_extra_source='../../lib/param/param_functions.c'
+       autoproto_extra_source='../../lib/param/param_functions.c'
        )