summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2012-07-26 18:07:29 +0200
committerBjörn Jacke <bj@sernet.de>2012-07-26 18:07:29 +0200
commit4b914a223da0490495c1f2988172583469565eb2 (patch)
treec41c5aab7ab3384f3cb1b0a68e195b0ca2b18725 /source3/Makefile.in
parent96340e60b7f7ff86a49cbb822ae9170812114dcd (diff)
downloadsamba-4b914a223da0490495c1f2988172583469565eb2.tar.gz
samba-4b914a223da0490495c1f2988172583469565eb2.tar.bz2
samba-4b914a223da0490495c1f2988172583469565eb2.zip
s3: use libreplace in pthreadpooltest to fix some builds
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 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 \