lib/addns: move DNS client library to the main directory.
authorGünther Deschner <gd@samba.org>
Thu, 6 Jan 2011 13:53:04 +0000 (14:53 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 6 Jan 2011 15:42:56 +0000 (16:42 +0100)
commit7ee75c95481f0d13598577361d18e96cb8394b9c
tree9dc79864581847d17d7c74fe63cf3bba6970cced
parent4e0d0af9e89e23a5daea8048deff5c9057f08bb9
lib/addns: move DNS client library to the main directory.

Guenther
13 files changed:
lib/addns/addns.h [moved from source3/libaddns/addns.h with 100% similarity]
lib/addns/dns.h [moved from source3/libaddns/dns.h with 100% similarity]
lib/addns/dnserr.h [moved from source3/libaddns/dnserr.h with 100% similarity]
lib/addns/dnsgss.c [moved from source3/libaddns/dnsgss.c with 100% similarity]
lib/addns/dnsmarshall.c [moved from source3/libaddns/dnsmarshall.c with 100% similarity]
lib/addns/dnsrecord.c [moved from source3/libaddns/dnsrecord.c with 100% similarity]
lib/addns/dnssock.c [moved from source3/libaddns/dnssock.c with 100% similarity]
lib/addns/dnsutils.c [moved from source3/libaddns/dnsutils.c with 100% similarity]
lib/addns/error.c [moved from source3/libaddns/error.c with 100% similarity]
lib/addns/wscript_build [moved from source3/libaddns/wscript_build with 100% similarity]
source3/Makefile.in
source3/configure.in
source3/wscript_build