From 344cde462e460c5a6effa6651e039d6384681eea Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 20 Apr 2007 11:04:13 +0000 Subject: r22406: this dependencies should also be private metze (This used to be commit 7f07895cac3e933b39f81bf67812834352184af0) --- source4/ntvfs/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/ntvfs/config.mk') diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index 8dd71ed56f..b1aada7b31 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -11,7 +11,7 @@ INIT_FUNCTION = ntvfs_cifs_init SUBSYSTEM = ntvfs OBJ_FILES = \ cifs/vfs_cifs.o -PUBLIC_DEPENDENCIES = \ +PRIVATE_DEPENDENCIES = \ LIBCLI_SMB LIBCLI_RAW # End MODULE ntvfs_cifs ################################################ @@ -61,7 +61,7 @@ OBJ_FILES = \ ipc/vfs_ipc.o \ ipc/ipc_rap.o \ ipc/rap_server.o -PUBLIC_DEPENDENCIES = dcerpc_server DCERPC_COMMON +PRIVATE_DEPENDENCIES = dcerpc_server DCERPC_COMMON # End MODULE ntvfs_ipc ################################################ -- cgit