diff options
| -rw-r--r-- | xlators/mount/fuse/src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/Makefile.am b/xlators/mount/fuse/src/Makefile.am index c1865c7453a..a92d68e9abc 100644 --- a/xlators/mount/fuse/src/Makefile.am +++ b/xlators/mount/fuse/src/Makefile.am @@ -9,7 +9,7 @@ noinst_HEADERS_common = $(CONTRIBDIR)/fuse-include/fuse-mount.h\  if GF_DARWIN_HOST_OS      noinst_HEADERS = $(noinst_HEADERS_common) $(noinst_HEADERS_darwin)  else -    noinst_HEADERS = $(noinst_HEADERS_common) $(noinst_HEADERS_darwin) +    noinst_HEADERS = $(noinst_HEADERS_common) $(noinst_HEADERS_linux)  endif  xlator_LTLIBRARIES = fuse.la  | 
