dedupe: allow to generate dedupe buffers from working set
[fio.git] / Makefile
index f57569d5f66461f85a54a69e53d4f161a2d6fba8..f9096217c7f8b00fae6a5bb2967fd8b2537936c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ SOURCE :=     $(sort $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/crc/*.c)) \
                gettime-thread.c helpers.c json.c idletime.c td_error.c \
                profiles/tiobench.c profiles/act.c io_u_queue.c filelock.c \
                workqueue.c rate-submit.c optgroup.c helper_thread.c \
-               steadystate.c zone-dist.c zbd.c
+               steadystate.c zone-dist.c zbd.c dedupe.c
 
 ifdef CONFIG_LIBHDFS
   HDFSFLAGS= -I $(JAVA_HOME)/include -I $(JAVA_HOME)/include/linux -I $(FIO_LIBHDFS_INCLUDE)