engines/http: Add support for WebDAV and S3
[fio.git] / Makefile
index 20d3ec124a5ad1ed55694b4718b9d9e20a7a206b..d7062b8b4b3aa698e45846d4d9c75e3d59bd5bb7 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