mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
518484af8d
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
10 lines
236 B
Python
Executable File
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')
|