diff options
-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 \ |