From 4b914a223da0490495c1f2988172583469565eb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Thu, 26 Jul 2012 18:07:29 +0200 Subject: [PATCH] s3: use libreplace in pthreadpooltest to fix some builds --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index b572edcfa65..75a3262a30c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1195,7 +1195,7 @@ SMBCONFTORT_OBJ = $(SMBCONFTORT_OBJ0) \ $(POPT_LIB_OBJ) PTHREADPOOLTEST_OBJ = lib/pthreadpool/pthreadpool.o \ - lib/pthreadpool/tests.o + lib/pthreadpool/tests.o $(LIBREPLACE_OBJ) LIBNET_OBJ = libnet/libnet_join.o \ libnet/libnet_keytab.o \ -- 2.11.4.GIT