diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-30 16:16:08 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-31 00:32:08 +0200 |
commit | 3b7e1ac31c764fc2023925288783c868eb6ec31e (patch) | |
tree | 40a16bb22a65b7df024b612331e8b6621f1de58a /source3/wscript_build | |
parent | a5a2373979a9484bb68271e9c1c518f05a8ec564 (diff) | |
download | samba-3b7e1ac31c764fc2023925288783c868eb6ec31e.tar.gz samba-3b7e1ac31c764fc2023925288783c868eb6ec31e.tar.bz2 samba-3b7e1ac31c764fc2023925288783c868eb6ec31e.zip |
s3-lib Move realloc based string substitution functions out of util_str.c
This makes the dependency set for source3/lib/util_str.c simpiler,
which in turn makes it easier to build a dependency tree.
Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 543aef7158..2e281da12c 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -77,7 +77,7 @@ LIB_SRC = ''' lib/util_file.c lib/util.c lib/util_cmdline.c lib/util_names.c lib/util_sock.c lib/sock_exec.c lib/util_sec.c - lib/substitute.c lib/dbwrap_util.c + lib/substitute.c lib/substitute_generic.c lib/dbwrap_util.c lib/ms_fnmatch.c lib/tallocmsg.c lib/dmallocmsg.c libsmb/clisigning.c libsmb/smb_signing.c |