]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:{modules => lib}/string_replace.[c|h]
authorRalph Boehme <slow@samba.org>
Tue, 9 Jul 2019 17:10:14 +0000 (19:10 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 12 Jul 2019 21:31:29 +0000 (21:31 +0000)
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>
source3/lib/string_replace.c [moved from source3/modules/string_replace.c with 100% similarity]
source3/lib/string_replace.h [moved from source3/modules/string_replace.h with 100% similarity]
source3/modules/wscript_build
source3/wscript_build

index 5dae8a342b62ebc1abfb3afb6b410392b025e32d..0305dcdd0504b070e86568d05af2c49272ee810a 100644 (file)
@@ -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')
index a3f3521b6ce7d991ebc5b5ee3ee09b76fb33fb65..314f016dc19ee4e6ac6f0703fb23732e516a883d 100644 (file)
@@ -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',