summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-07-09 19:10:14 +0200
committerJeremy Allison <jra@samba.org>2019-07-12 21:31:29 +0000
commitcd3b4187266a49ceaf5ce176abfdd17c741d4caf (patch)
treedbf04448e4cac2fc7b6b3d45184b6bf865b9e1d7 /source3/wscript_build
parent1acdca751937186b9b114961bd045b9a022e39b5 (diff)
downloadsamba-cd3b4187266a49ceaf5ce176abfdd17c741d4caf.tar.gz
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>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index a3f3521b6ce..314f016dc19 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -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',