summaryrefslogtreecommitdiffstats
path: root/source4/dns_server/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-12-06 16:57:12 +1100
committerAndrew Tridgell <tridge@samba.org>2010-12-06 17:24:52 +1100
commit49e0aef3cb74b96ee710d5c705aa48512d81cddc (patch)
treec3ee05c2ebe39dd981c95ab1dc80efd1ae62a52b /source4/dns_server/wscript_build
parentc60ce7503cd3ce445612c8f8b5387b2d8cc98ba8 (diff)
downloadsamba-49e0aef3cb74b96ee710d5c705aa48512d81cddc.tar.gz
samba-49e0aef3cb74b96ee710d5c705aa48512d81cddc.tar.xz
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_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build
index a543b12a064..884d0c1f12e 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')