summaryrefslogtreecommitdiff
path: root/source4/dns_server
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-12-08 11:29:34 +1100
committerAndrew Tridgell <tridge@samba.org>2010-12-08 05:26:06 +0100
commit84ac1f8f6a633f363f64a0f49d063ae7750d11b5 (patch)
tree8bd6045b1671e3cec3e85392f395ae8275a21e02 /source4/dns_server
parentd5bf5255917862f35bb6849a407539c43cde2b04 (diff)
downloadsamba-84ac1f8f6a633f363f64a0f49d063ae7750d11b5.tar.gz
samba-84ac1f8f6a633f363f64a0f49d063ae7750d11b5.tar.bz2
samba-84ac1f8f6a633f363f64a0f49d063ae7750d11b5.zip
s4-dns: dlz_bind9 doesn't need to link to gensec any more
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dns_server')
-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 a27822a747..3500b03b3c 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 popt POPT_SAMBA POPT_CREDENTIALS gensec')
+ deps='samba-hostconfig ldbsamba samba-util popt')