blkparse: Initialize and test for undefined request tracking timestamps
[blktrace.git] / iowatcher / Makefile
index e013556f3ae1dc3d42baf4d461174f3a2b2ba75a..a224a0848cc81d709efec8c7394443c7140c92e6 100644 (file)
@@ -19,7 +19,7 @@ all: $(ALL)
        $(CC) -o $*.o -c $(ALL_CFLAGS) $<
 
 iowatcher: blkparse.o plot.o main.o tracers.o mpstat.o fio.o
-       $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) -lm -lrt
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(filter %.o,$^) -lm -lrt
 
 depend:
        @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend