#!/usr/bin/env python

bld.SAMBA_LIBRARY('clidns',
        source='dns.c dns_hosts_file.c',
        public_deps='LIBTSOCKET tevent-util',
        private_library=True,
        vars=locals())
