From f7c86b912dd8033837a8411c7b99c9436de079c0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 29 Apr 2006 23:22:54 +0000 Subject: r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB (This used to be commit 4ec89bce8715f35f21fe05bb738dae13fc6c3066) --- source4/ntvfs/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs') 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 ################################################ -- cgit