Revert "Improvements for num2str()"
[fio.git] / Makefile.solaris
index 0ec6d730b8e6c58b2040aba26f26243b742108fc..06020c261f396261d67db077fe36268f6ac87cfb 100644 (file)
@@ -7,6 +7,9 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
        rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o helpers.o solaris.o \
        profile.o debug.o
 
+OBJS += lib/rand.o
+OBJS += lib/flist_sort.o
+
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o
 OBJS += crc/crc32.o