From dc753fd964bf1e4d05a9d053b58778d2d41df7b4 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Jul 2008 15:35:24 +0200 Subject: build: fix build of libaddns shared lib : it needs socket_wrapper. Michael (This used to be commit 58bc04b31b15c36505c5ecb2d8373e9033972390) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index f8bfe47779..914f2580fd 100644 --- a/source3/Makefile.in +++ b/source3/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@ -- cgit