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)
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

similarity index 100%
rename from source3/libaddns/addns.h
rename to lib/addns/addns.h
similarity index 100%
rename from source3/libaddns/dns.h
rename to lib/addns/dns.h
similarity index 100%
rename from source3/libaddns/dnserr.h
rename to lib/addns/dnserr.h
similarity index 100%
rename from source3/libaddns/dnsgss.c
rename to lib/addns/dnsgss.c
similarity index 100%
rename from source3/libaddns/error.c
rename to lib/addns/error.c
index 50046cc2b4fe4d8f83dbb8c775f54f0f4a713557..7151df90f2645b971ba05e7219299abc04ff98c0 100644 (file)
@@ -491,8 +491,8 @@ PARAM_OBJ = $(PARAM_WITHOUT_REG_OBJ) $(PARAM_REG_ADD_OBJ)
 
 KRBCLIENT_OBJ = libads/kerberos.o libads/ads_status.o
 
-LIBADDNS_OBJ0 = libaddns/dnsrecord.o libaddns/dnsutils.o  libaddns/dnssock.o \
-              libaddns/dnsgss.o libaddns/dnsmarshall.o libaddns/error.o
+LIBADDNS_OBJ0 = ../lib/addns/dnsrecord.o ../lib/addns/dnsutils.o  ../lib/addns/dnssock.o \
+              ../lib/addns/dnsgss.o ../lib/addns/dnsmarshall.o ../lib/addns/error.o
 LIBADDNS_OBJ = $(LIBADDNS_OBJ0) $(SOCKET_WRAPPER_OBJ)
 
 GPEXT_OBJ = ../libgpo/gpext/gpext.o @GPEXT_STATIC@
@@ -2245,7 +2245,7 @@ LIBADDNS_SHARED_TARGET_SONAME=$(LIBADDNS_SHARED_TARGET).$(LIBADDNS_SOVER)
 LIBADDNS_STATIC_TARGET=@LIBADDNS_STATIC_TARGET@
 LIBADDNS=@LIBADDNS_STATIC@ @LIBADDNS_SHARED@
 #LIBADDNS_SYMS=$(srcdir)/exports/libaddns.@SYMSEXT@
-LIBADDNS_HEADERS=$(srcdir)/libaddns/addns.h
+LIBADDNS_HEADERS=$(srcdir)/../lib/addns/addns.h
 
 $(LIBADDNS_SHARED_TARGET_SONAME): $(BINARY_PREREQS) $(LIBADDNS_OBJ) $(LIBTALLOC)
        @echo Linking shared library $@
index ac43308c1ca7b8568c871600cd71b1d260e92219..f565fdb9922aed0acd64a18e0da4413acf6c82ff 100644 (file)
@@ -37,7 +37,7 @@ LIBS="${LIBS} ${TEVENT_LIBS}"
 SAMBA_CPPFLAGS="-Iinclude -I${srcdir-.}/include  -I. -I${srcdir-.}"
 SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/../lib/replace"
 SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${TEVENT_CFLAGS}"
-SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/libaddns"
+SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/../lib/addns"
 SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/librpc"
 SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/.."
 
index db4b48e2e2995e101d6762f53d9abfd51245b939..a9e2e245cd29242877e2ad55def50c23de2be4f7 100644 (file)
@@ -1489,6 +1489,7 @@ bld.RECURSE('../lib/tsocket')
 bld.RECURSE('../lib/iniparser/src')
 bld.RECURSE('../lib/crypto')
 bld.RECURSE('../lib/async_req')
+bld.RECURSE('../lib/addns')
 bld.RECURSE('../libcli/auth')
 bld.RECURSE('../libcli/drsuapi')
 bld.RECURSE('../libcli/samsync')
@@ -1503,7 +1504,6 @@ bld.RECURSE('winbindd')
 bld.RECURSE('libgpo/gpext')
 bld.RECURSE('pam_smbpass')
 bld.RECURSE('rpc_server')
-bld.RECURSE('libaddns')
 
 bld.ENFORCE_GROUP_ORDERING()
 bld.CHECK_PROJECT_RULES()