t/stest: add log.o smaller helper
[fio.git] / Makefile
index b361603beac626a3b921550adf22ff7eb8638841..84f30883f68f2ce35c987e3a53ad254ae0aa4640 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ endif
 OBJS = $(SOURCE:.c=.o)
 
 T_OBJS = t/stest.o
-T_OBJS += mutex.o smalloc.o
+T_OBJS += mutex.o smalloc.o t/log.o
 T_PROGS = t/stest
 
 ifneq ($(findstring $(MAKEFLAGS),s),s)