From c504a8269c03aa28d98378cd62a8c64ab5a12a62 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 23 Jul 2006 19:54:11 +0000 Subject: r17209: Add dependency over the new share configuration module into smbd Should fix some build farm machine (This used to be commit 15b8fafb991d3ce4b40c144702399d6f705a8e8e) --- source4/smbd/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/smbd') diff --git a/source4/smbd/config.mk b/source4/smbd/config.mk index 1cea1dd2a9..569a1f0d38 100644 --- a/source4/smbd/config.mk +++ b/source4/smbd/config.mk @@ -41,6 +41,7 @@ PRIVATE_DEPENDENCIES = \ gensec \ registry \ ntptr \ - ntvfs + ntvfs \ + share # End BINARY smbd ################################# -- cgit