diff options
author | Günther Deschner <gd@samba.org> | 2011-04-02 01:00:52 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-12 13:06:27 +0200 |
commit | 510e61871c0c2b2659b80d5f785522184131b1d9 (patch) | |
tree | 030cd4bc95b2f0ba4e78a80d91fc8baf603904f5 /source3/wscript_build | |
parent | 9c6f78aae195c286818f91405b983b127ae17402 (diff) | |
download | samba-510e61871c0c2b2659b80d5f785522184131b1d9.tar.gz samba-510e61871c0c2b2659b80d5f785522184131b1d9.tar.bz2 samba-510e61871c0c2b2659b80d5f785522184131b1d9.zip |
s3-util: separate out cmdline helpers.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Apr 12 13:06:27 CEST 2011 on sn-devel-104
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 cb28da4a13..12b79447e0 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -79,7 +79,7 @@ LIB_SRC = ''' lib/wins_srv.c lib/util_sid.c lib/util_file.c - lib/util.c lib/util_names.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/ms_fnmatch.c |