Merge branch 'dedupe_workset' of https://github.com/bardavid/fio
[fio.git] / Makefile
index 510e07fc55d6aa37e1e0e11aa2c541b5de910c02..cc7dada7d267121ff65e9ce7f8ef56c157d2f7eb 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)