summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-22 21:45:44 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:08 +0200
commit8560c00a507126c0d315d0b790ab154a3a75a426 (patch)
tree4c566591a456850465e4a448db03758cb69fc941 /source3/Makefile.in
parent6b76909f5ef5f279cb73decf83f23d3dbf8adaf8 (diff)
downloadsamba-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/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7544cc1d8c..6bdf64972d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -787,7 +787,7 @@ OPLOCK_OBJ = smbd/oplock.o smbd/oplock_irix.o smbd/oplock_linux.o \
NOTIFY_OBJ = smbd/notify.o smbd/notify_inotify.o smbd/notify_internal.o \
librpc/gen_ndr/ndr_notify.o librpc/gen_ndr/ndr_file_id.o
-FNAME_UTIL_OBJ = smbd/filename_util.o
+FNAME_UTIL_OBJ = lib/filename_util.o
VFS_DEFAULT_OBJ = modules/vfs_default.o
VFS_AUDIT_OBJ = modules/vfs_audit.o