1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/libcli/dns/wscript_build
Alexander Bokovoy 518484af8d dns_hosts_file: move to a separate subsystem
After discussion with Kai move dns_hosts_file to a separate subsystem
and merge it into libaddns private library for s3/s4 client use.

Also remove dependency in libcli/nbt, the code from libcli/dns subsystems
is not used there at all.

Autobuild-User: Alexander Bokovoy <ab@samba.org>
Autobuild-Date: Fri May 25 22:22:44 CEST 2012 on sn-devel-104
2012-05-25 22:22:44 +02:00

10 lines
236 B
Python
Executable File

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('clidns',
source='dns.c',
public_deps='LIBTSOCKET tevent-util')
bld.SAMBA_SUBSYSTEM('dnshostsfile',
source='dns_hosts_file.c',
public_deps='samba-util errors')