diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-06 05:59:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:38 -0500 |
commit | bbc78c9c148b62d271d731666e0d48d9195e35f0 (patch) | |
tree | 60645571971997ce9576d17a122f9881f6d2df55 /source4 | |
parent | 7ba7e54ac82929893d2b6cf992b84ad5ca94fbc5 (diff) | |
download | samba-bbc78c9c148b62d271d731666e0d48d9195e35f0.tar.gz samba-bbc78c9c148b62d271d731666e0d48d9195e35f0.tar.bz2 samba-bbc78c9c148b62d271d731666e0d48d9195e35f0.zip |
r18137: more LIBREPLACE deps
(This used to be commit 2d813d1e6deb99b06e43462885be848a5399b9a8)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/util/config.mk | 1 | ||||
-rw-r--r-- | source4/ntvfs/config.mk | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index 3a8eb78e50..ecc74a57e3 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -34,6 +34,7 @@ PUBLIC_DEPENDENCIES = \ [SUBSYSTEM::PIDFILE] PRIVATE_PROTO_HEADER = pidfile.h OBJ_FILES = pidfile.o +PUBLIC_DEPENDENCIES = LIBREPLACE [SUBSYSTEM::UNIX_PRIVS] PRIVATE_PROTO_HEADER = unix_privs.h 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 ################################################ |