first async IO code drop
[fio.git] / Makefile
index a072d3a4d54bcb3b5f67f6c51bf33ce17f9ceec8..499f8e4999600996dddfa49be6471576f0b7617a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,8 @@ ifndef CONFIG_INET_ATON
 endif
 ifdef CONFIG_GFAPI
   SOURCE += engines/glusterfs.c
+  SOURCE += engines/glusterfs_sync.c
+  SOURCE += engines/glusterfs_async.c
 endif
 
 ifeq ($(CONFIG_TARGET_OS), Linux)