diff options
author | Günther Deschner <gd@samba.org> | 2011-03-22 21:45:44 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
commit | 8560c00a507126c0d315d0b790ab154a3a75a426 (patch) | |
tree | 4c566591a456850465e4a448db03758cb69fc941 /source3/wscript_build | |
parent | 6b76909f5ef5f279cb73decf83f23d3dbf8adaf8 (diff) | |
download | samba-8560c00a507126c0d315d0b790ab154a3a75a426.tar.gz samba-8560c00a507126c0d315d0b790ab154a3a75a426.tar.bz2 samba-8560c00a507126c0d315d0b790ab154a3a75a426.zip |
s3: move filename_util.c out of source3/smbd to source3/lib.
Guenther
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 9a3c88a9e6..7a19af92e2 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -245,7 +245,7 @@ OPLOCK_SRC = '''smbd/oplock.c smbd/oplock_irix.c smbd/oplock_linux.c NOTIFY_SRC = '''smbd/notify.c smbd/notify_inotify.c smbd/notify_internal.c''' -FNAME_UTIL_SRC = '''smbd/filename_util.c''' +FNAME_UTIL_SRC = '''lib/filename_util.c''' PLAINTEXT_AUTH_SRC = '''auth/pampass.c auth/pass_check.c''' |