summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-29 23:22:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:18 -0500
commitf7c86b912dd8033837a8411c7b99c9436de079c0 (patch)
tree2b34309c3f6f3f8866672448d7bd0e6c7b2442fb /source4/ntvfs
parentde74d11322ba74daff03b3a3e431d62a1bf4487a (diff)
downloadsamba-f7c86b912dd8033837a8411c7b99c9436de079c0.tar.gz
samba-f7c86b912dd8033837a8411c7b99c9436de079c0.tar.bz2
samba-f7c86b912dd8033837a8411c7b99c9436de079c0.zip
r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB
(This used to be commit 4ec89bce8715f35f21fe05bb738dae13fc6c3066)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index ac96164347..a7194b049d 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -12,7 +12,7 @@ SUBSYSTEM = ntvfs
OBJ_FILES = \
cifs/vfs_cifs.o
PUBLIC_DEPENDENCIES = \
- LIBCLI
+ LIBCLI_SMB
# End MODULE ntvfs_cifs
################################################