summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 05:59:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:38 -0500
commitbbc78c9c148b62d271d731666e0d48d9195e35f0 (patch)
tree60645571971997ce9576d17a122f9881f6d2df55 /source4/ntvfs
parent7ba7e54ac82929893d2b6cf992b84ad5ca94fbc5 (diff)
downloadsamba-bbc78c9c148b62d271d731666e0d48d9195e35f0.tar.gz
samba-bbc78c9c148b62d271d731666e0d48d9195e35f0.tar.bz2
samba-bbc78c9c148b62d271d731666e0d48d9195e35f0.zip
r18137: more LIBREPLACE deps
(This used to be commit 2d813d1e6deb99b06e43462885be848a5399b9a8)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/config.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index 8bf506b253..2fbd1847ba 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -25,6 +25,7 @@ PRIVATE_PROTO_HEADER = simple/proto.h
OBJ_FILES = \
simple/vfs_simple.o \
simple/svfs_util.o
+PUBLIC_DEPENDENCIES = LIBREPLACE
# End MODULE ntvfs_simple
################################################
@@ -38,6 +39,7 @@ PRIVATE_PROTO_HEADER = cifs_posix_cli/proto.h
OBJ_FILES = \
cifs_posix_cli/vfs_simple.o \
cifs_posix_cli/svfs_util.o
+PUBLIC_DEPENDENCIES = LIBREPLACE
# End MODULE ntvfs_cifs_posix_cli
################################################
@@ -73,6 +75,7 @@ SUBSYSTEM = ntvfs
INIT_FUNCTION = ntvfs_nbench_init
OBJ_FILES = \
nbench/vfs_nbench.o
+PUBLIC_DEPENDENCIES = LIBREPLACE
# End MODULE ntvfs_nbench
################################################
@@ -90,7 +93,7 @@ OBJ_FILES = \
ntvfs_generic.o \
ntvfs_interface.o \
ntvfs_util.o
-PUBLIC_DEPENDENCIES =
+PUBLIC_DEPENDENCIES = LIBREPLACE
#
# End SUBSYSTEM NTVFS
################################################