mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
lib-util: put data_blob back in the public library
data_blob is defined ina public header, so it needs to be exposed in the public library. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Mar 17 15:39:08 CET 2011 on sn-devel-104
This commit is contained in:
parent
1413af95fc
commit
5d55ae0a29
4
lib/util/wscript_build
Normal file → Executable file
4
lib/util/wscript_build
Normal file → Executable file
@ -6,7 +6,7 @@ bld.SAMBA_LIBRARY('samba-util-common',
|
||||
source='''talloc_stack.c smb_threads.c xfile.c
|
||||
util_file.c time.c rbtree.c rfc1738.c select.c
|
||||
genrand.c fsusage.c blocking.c become_daemon.c
|
||||
data_blob.c signal.c system.c params.c util.c util_id.c util_net.c
|
||||
signal.c system.c params.c util.c util_id.c util_net.c
|
||||
util_strlist.c idtree.c debug.c''',
|
||||
public_deps='talloc pthread LIBCRYPTO',
|
||||
# until we get all the dependencies in this library in common
|
||||
@ -20,7 +20,7 @@ bld.SAMBA_LIBRARY('samba-util-common',
|
||||
|
||||
if bld.env._SAMBA_BUILD_ == 4:
|
||||
bld.SAMBA_LIBRARY('samba-util',
|
||||
source='''dprintf.c fault.c
|
||||
source='''dprintf.c fault.c data_blob.c
|
||||
ms_fnmatch.c parmlist.c substitute.c util_str.c
|
||||
''',
|
||||
deps='samba-util-common',
|
||||
|
2
source3/wscript_build
Normal file → Executable file
2
source3/wscript_build
Normal file → Executable file
@ -962,7 +962,7 @@ bld.SAMBA3_SUBSYSTEM('CHARSET3',
|
||||
deps='DYNCONFIG')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('samba-util3',
|
||||
source='',
|
||||
source='../lib/util/data_blob.c',
|
||||
deps='talloc CHARSET3 samba-util-common')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('ldb3',
|
||||
|
Loading…
x
Reference in New Issue
Block a user