mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
s3:{modules => lib}/string_replace.[c|h]
This is now also consumed by something outside source3/modules/. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
1acdca7519
commit
cd3b418726
@ -33,9 +33,6 @@ bld.SAMBA3_SUBSYSTEM('OFFLOAD_TOKEN',
|
||||
source='offload_token.c',
|
||||
deps='samba-util')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('STRING_REPLACE',
|
||||
source='string_replace.c')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('HASH_INODE',
|
||||
source='hash_inode.c',
|
||||
deps='gnutls')
|
||||
|
@ -1086,6 +1086,9 @@ bld.SAMBA3_SUBSYSTEM('ADOUBLE',
|
||||
source='lib/adouble.c',
|
||||
deps='STRING_REPLACE')
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('STRING_REPLACE',
|
||||
source='lib/string_replace.c')
|
||||
|
||||
########################## BINARIES #################################
|
||||
|
||||
bld.SAMBA3_BINARY('smbd/smbd',
|
||||
|
Reference in New Issue
Block a user