diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-07 10:02:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:50 -0500 |
commit | a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273 (patch) | |
tree | 8b8dec47de3b082143435246201a75a04d0fb1dd /source4/ntvfs | |
parent | af7886614a2b9e36b9e6a31f48a775b900d9183c (diff) | |
download | samba-a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273.tar.gz samba-a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273.tar.bz2 samba-a46e12d0e07e1630f8ef15aff0f97cb2f1f4c273.zip |
r18213: don't list LIBREPLACE depdendecies explicit and
always at it as first private dependencies
metze
(This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/config.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index 2fbd1847ba..ce1e37dc54 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -25,7 +25,6 @@ PRIVATE_PROTO_HEADER = simple/proto.h OBJ_FILES = \ simple/vfs_simple.o \ simple/svfs_util.o -PUBLIC_DEPENDENCIES = LIBREPLACE # End MODULE ntvfs_simple ################################################ @@ -39,7 +38,6 @@ 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 ################################################ @@ -75,7 +73,6 @@ SUBSYSTEM = ntvfs INIT_FUNCTION = ntvfs_nbench_init OBJ_FILES = \ nbench/vfs_nbench.o -PUBLIC_DEPENDENCIES = LIBREPLACE # End MODULE ntvfs_nbench ################################################ @@ -93,7 +90,6 @@ OBJ_FILES = \ ntvfs_generic.o \ ntvfs_interface.o \ ntvfs_util.o -PUBLIC_DEPENDENCIES = LIBREPLACE # # End SUBSYSTEM NTVFS ################################################ |