diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-12 02:49:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:29 -0500 |
commit | c81f2930a2df7cbd72a28e167ac522d2638661ea (patch) | |
tree | f97c61ea9bad4deb9904ac4266563f60f3242a4d /source4/ntvfs | |
parent | fff74b4bca6f050713a7558f2dcbd3b1821d3d6b (diff) | |
download | samba-c81f2930a2df7cbd72a28e167ac522d2638661ea.tar.gz samba-c81f2930a2df7cbd72a28e167ac522d2638661ea.tar.bz2 samba-c81f2930a2df7cbd72a28e167ac522d2638661ea.zip |
r19676: Fix some more dependencies.
(This used to be commit 8768bec81f57131a0c9754e8121b345c0be4a5d0)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index a985348fdb..8dd71ed56f 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -90,6 +90,7 @@ OBJ_FILES = \ ntvfs_generic.o \ ntvfs_interface.o \ ntvfs_util.o +PRIVATE_DEPENDENCIES = auth # # End SUBSYSTEM NTVFS ################################################ |