Add flist sorting
[fio.git] / Makefile.mac
index fe84297fdea1c26a3b3352a173e72556ddd837e0..77e5f035082246c65c2c82ada3ff6840c70f58c0 100644 (file)
@@ -9,6 +9,7 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
        rbtree.o smalloc.o filehash.o helpers.o profile.o debug.o
 
 OBJS += lib/rand.o
+OBJS += lib/flist_sort.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o