diff options
author | Simo Sorce <idra@samba.org> | 2006-07-23 19:54:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:19 -0500 |
commit | c504a8269c03aa28d98378cd62a8c64ab5a12a62 (patch) | |
tree | c2fb22a4e383942d57024ed22e0f5b4eb1857c51 /source4/smbd | |
parent | cb85a76d77243c6834c0cf33eaa50a76dbefcdf8 (diff) | |
download | samba-c504a8269c03aa28d98378cd62a8c64ab5a12a62.tar.gz samba-c504a8269c03aa28d98378cd62a8c64ab5a12a62.tar.bz2 samba-c504a8269c03aa28d98378cd62a8c64ab5a12a62.zip |
r17209: Add dependency over the new share configuration module into smbd
Should fix some build farm machine
(This used to be commit 15b8fafb991d3ce4b40c144702399d6f705a8e8e)
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 ################################# |