diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-12-06 16:57:12 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-06 17:24:52 +1100 |
commit | 49e0aef3cb74b96ee710d5c705aa48512d81cddc (patch) | |
tree | c3ee05c2ebe39dd981c95ab1dc80efd1ae62a52b /source4/dns_server/wscript_build | |
parent | c60ce7503cd3ce445612c8f8b5387b2d8cc98ba8 (diff) | |
download | samba-49e0aef3cb74b96ee710d5c705aa48512d81cddc.tar.gz samba-49e0aef3cb74b96ee710d5c705aa48512d81cddc.tar.bz2 samba-49e0aef3cb74b96ee710d5c705aa48512d81cddc.zip |
s4-dns: support Samba command line options to the dlz_bind.so module
this allows setting of Samba command line options in named.conf
Diffstat (limited to 'source4/dns_server/wscript_build')
-rw-r--r-- | source4/dns_server/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build index a543b12a06..884d0c1f12 100644 --- a/source4/dns_server/wscript_build +++ b/source4/dns_server/wscript_build @@ -14,4 +14,4 @@ bld.SAMBA_LIBRARY('dlz_bind9', source='dlz_bind9.c', private_library=True, link_name='modules/bind9/dlz_bind9.so', - deps='samba-hostconfig ldbsamba samba-util') + deps='samba-hostconfig ldbsamba samba-util popt POPT_SAMBA') |