diff options
author | Björn Jacke <bj@sernet.de> | 2012-07-26 18:07:29 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2012-07-26 18:07:29 +0200 |
commit | 4b914a223da0490495c1f2988172583469565eb2 (patch) | |
tree | c41c5aab7ab3384f3cb1b0a68e195b0ca2b18725 | |
parent | 96340e60b7f7ff86a49cbb822ae9170812114dcd (diff) | |
download | samba-4b914a223da0490495c1f2988172583469565eb2.tar.gz |
s3: use libreplace in pthreadpooltest to fix some builds
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |