mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
libsamba-util: Build in libbitmap.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Jul 26 14:45:27 CEST 2011 on sn-devel-104
This commit is contained in:
parent
221a79ad00
commit
ac57cfda9d
@ -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)
|
||||
|
||||
|
@ -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',
|
||||
|
@ -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'
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user