Merge branch 'wip-http-engine' of https://github.com/l-mb/fio
[fio.git] / Makefile
index f9bd7877844bfd87771652638925d044e5f168a2..b981b45245dcb22a2843cf4f7abdbe4c09d4e715 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,9 @@ endif
 ifdef CONFIG_RBD
   SOURCE += engines/rbd.c
 endif
+ifdef CONFIG_HTTP
+  SOURCE += engines/http.c
+endif
 SOURCE += oslib/asprintf.c
 ifndef CONFIG_STRSEP
   SOURCE += oslib/strsep.c