From 4b914a223da0490495c1f2988172583469565eb2 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Thu, 26 Jul 2012 18:07:29 +0200 Subject: s3: use libreplace in pthreadpooltest to fix some builds --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index b572edcfa6..75a3262a30 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 \ -- cgit