Merge branch 'dfs_engine' of https://github.com/johannlombardi/fio
[fio.git] / Makefile
index 612344d154093f33d165c81746972dae90eebd43..87a47b66a3c34295664d90773a21c6eb4ec64c09 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,11 @@ ifdef CONFIG_HTTP
   http_LIBS = -lcurl -lssl -lcrypto
   ENGINES += http
 endif
+ifdef CONFIG_DFS
+  dfs_SRCS = engines/dfs.c
+  dfs_LIBS = -luuid -ldaos -ldfs
+  ENGINES += dfs
+endif
 SOURCE += oslib/asprintf.c
 ifndef CONFIG_STRSEP
   SOURCE += oslib/strsep.c