From 491e2ce4c8bcdf023131739db05be4aeb6ee989c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 25 Dec 2015 09:16:32 -0500 Subject: [PATCH] os/Makefile: fix typo Signed-off-by: Sage Weil --- src/os/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/Makefile.am b/src/os/Makefile.am index 55c4446f6002..243a6d12a60b 100644 --- a/src/os/Makefile.am +++ b/src/os/Makefile.am @@ -84,7 +84,7 @@ noinst_HEADERS += \ os/filestore/SequencerPosition.h \ os/filestore/WBThrottle.h \ os/filestore/XfsFileStoreBackend.h \ - os/filestore/ZFSFileStoreBackend.h + os/filestore/ZFSFileStoreBackend.h \ os/fs/btrfs_ioctl.h \ os/fs/FS.h \ os/fs/XFS.h \ -- 2.47.3