diff options
author | Kai Blin <kai@samba.org> | 2012-03-27 08:42:22 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2012-03-27 16:03:15 +0200 |
commit | a99139160555072339f8f9cc5912c570158fc236 (patch) | |
tree | 984ad871a0ee1dc31bcdab8950b585617fcdbf25 /source4/dns_server/wscript_build | |
parent | 10b14fa1c03fa9d686e94be20a2700954ae090fa (diff) | |
download | samba-a99139160555072339f8f9cc5912c570158fc236.tar.gz samba-a99139160555072339f8f9cc5912c570158fc236.tar.bz2 samba-a99139160555072339f8f9cc5912c570158fc236.zip |
s4 dns: Forward questions we can't answer to another server
This makes use of libdns and currently hardcodes the forward server, but
it works. :)
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 04c8188b37..29895b2d18 100644 --- a/source4/dns_server/wscript_build +++ b/source4/dns_server/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('service_dns', source='dns_server.c dns_query.c dns_update.c dns_utils.c', subsystem='service', init_function='server_service_dns_init', - deps='samba-hostconfig LIBTSOCKET LIBSAMBA_TSOCKET ldbsamba', + deps='samba-hostconfig LIBTSOCKET LIBSAMBA_TSOCKET ldbsamba LIBCLI_DNS', local_include=False, internal_module=False, ) |