diff options
Diffstat (limited to 'source4/dns_server/wscript_build')
-rw-r--r-- | source4/dns_server/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build index 47d03badf9..afd1d9cfea 100644 --- a/source4/dns_server/wscript_build +++ b/source4/dns_server/wscript_build @@ -17,7 +17,7 @@ bld.SAMBA_LIBRARY('dlz_bind9', link_name='modules/bind9/dlz_bind9.so', realname='dlz_bind9.so', install_path='${MODULESDIR}/bind9', - deps='samba-hostconfig samdb gensec popt') + deps='samba-hostconfig samdb-common gensec popt') bld.SAMBA_LIBRARY('dlz_bind9_9', source='dlz_bind9.c', @@ -26,4 +26,4 @@ bld.SAMBA_LIBRARY('dlz_bind9_9', link_name='modules/bind9/dlz_bind9_9.so', realname='dlz_bind9_9.so', install_path='${MODULESDIR}/bind9', - deps='samba-hostconfig samdb gensec popt') + deps='samba-hostconfig samdb-common gensec popt') |