Fix bug with stonewall option causing segfault
[fio.git] / Makefile.solaris
index 4373abfb9de09499e9b646f8572f1cac440a9291..f38604133713040ce3da9d5a286d07c0e7f0d740 100644 (file)
@@ -3,7 +3,8 @@ CFLAGS  = -Wall -O2 -g -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
 PROGS  = fio
 SCRIPTS = fio_generate_plots
 OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o md5.o crc32.o \
-       filesetup.o eta.o verify.o memory.o io_u.o parse.o
+       filesetup.o eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \
+       rbtree.o
 
 OBJS += engines/cpu.o
 OBJS += engines/mmap.o
@@ -21,7 +22,7 @@ clean:
        -rm -f *.o .depend cscope.out $(PROGS)
 
 depend:
-       @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend
+       @$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c 1> .depend
 
 cscope:
        @cscope -b