summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-11 15:35:24 +0200
committerMichael Adam <obnox@samba.org>2008-07-11 15:35:24 +0200
commitdc753fd964bf1e4d05a9d053b58778d2d41df7b4 (patch)
tree973163296ea6f78cbbab08fc2522d80ae08c6759 /source3/Makefile.in
parente0c61839476f8393d41e6b9858eb98325acd2909 (diff)
downloadsamba-dc753fd964bf1e4d05a9d053b58778d2d41df7b4.tar.gz
samba-dc753fd964bf1e4d05a9d053b58778d2d41df7b4.tar.bz2
samba-dc753fd964bf1e4d05a9d053b58778d2d41df7b4.zip
build: fix build of libaddns shared lib : it needs socket_wrapper.
Michael (This used to be commit 58bc04b31b15c36505c5ecb2d8373e9033972390)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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@