From: Michael Adam Date: Fri, 11 Jul 2008 13:35:24 +0000 (+0200) Subject: build: fix build of libaddns shared lib : it needs socket_wrapper. X-Git-Tag: samba-3.3.0pre1~583 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58bc04b31b15c36505c5ecb2d8373e9033972390;p=thirdparty%2Fsamba.git build: fix build of libaddns shared lib : it needs socket_wrapper. Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index f8bfe477797..914f2580fdb 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@