First snapshot of FIO for Windows
[fio.git] / Makefile.aix
index 29d6e099a0f2337b2ad3313ca562fb94db731a67..32d22a33d78917fbefe8fdc0b19ab1e2a7929baa 100644 (file)
@@ -7,10 +7,11 @@ SCRIPTS = fio_generate_plots
 OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
        eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \
        rbtree.o fifo.o smalloc.o filehash.o helpers.o \
-       profile.o debug.o getopt_long.o
+       profile.o debug.o
 
 OBJS += lib/rand.o
 OBJS += lib/getopt_long.o
+OBJS += lib/num2str.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o