diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-20 11:04:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:15 -0500 |
commit | 344cde462e460c5a6effa6651e039d6384681eea (patch) | |
tree | 3bc4572a3292b1ff62275249f86e7fd3e7424f2b /source4/ntvfs/posix | |
parent | 1c8b46bb7236edac23de83d1d8de7244e4044a81 (diff) | |
download | samba-344cde462e460c5a6effa6651e039d6384681eea.tar.gz samba-344cde462e460c5a6effa6651e039d6384681eea.tar.bz2 samba-344cde462e460c5a6effa6651e039d6384681eea.zip |
r22406: this dependencies should also be private
metze
(This used to be commit 7f07895cac3e933b39f81bf67812834352184af0)
Diffstat (limited to 'source4/ntvfs/posix')
-rw-r--r-- | source4/ntvfs/posix/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk index 91dc7bd9e5..6588be11ae 100644 --- a/source4/ntvfs/posix/config.mk +++ b/source4/ntvfs/posix/config.mk @@ -63,6 +63,6 @@ OBJ_FILES = \ xattr_system.o \ xattr_tdb.o #PRIVATE_DEPENDENCIES = pvfs_acl_xattr pvfs_acl_nfs4 -PUBLIC_DEPENDENCIES = NDR_XATTR WRAP_XATTR BLKID ntvfs_common MESSAGING pvfs_aio +PRIVATE_DEPENDENCIES = NDR_XATTR WRAP_XATTR BLKID ntvfs_common MESSAGING pvfs_aio # End MODULE ntvfs_posix ################################################ |