[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3184-g58bc04b

Michael Adam obnox at samba.org
Fri Jul 11 13:37:11 GMT 2008


The branch, v3-3-test has been updated
       via  58bc04b31b15c36505c5ecb2d8373e9033972390 (commit)
      from  1fa57b47e8f8da33a5713096c187bafb3a6c5b79 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 58bc04b31b15c36505c5ecb2d8373e9033972390
Author: Michael Adam <obnox at samba.org>
Date:   Fri Jul 11 15:35:24 2008 +0200

    build: fix build of libaddns shared lib : it needs socket_wrapper.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index f8bfe47..914f258 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -344,7 +344,7 @@ 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_OBJ = $(LIBADDNS_OBJ0) @LIBTALLOC_STATIC@
+LIBADDNS_OBJ = $(LIBADDNS_OBJ0) $(SOCKET_WRAPPER_OBJ) @LIBTALLOC_STATIC@
 
 GPEXT_OBJ = libgpo/gpext/gpext.o @GPEXT_STATIC@
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list