summaryrefslogtreecommitdiffstats
path: root/xlators/mount
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@redhat.com>2012-05-23 15:49:09 -0400
committerAnand Avati <avati@redhat.com>2012-05-23 13:54:46 -0700
commit945e19f9d97ec0beff03add5d414e0c9bfc45c13 (patch)
treee54cc14687c4f7cd79b50a3b85207a503bb74aa0 /xlators/mount
parentd65a0f9f1b31cb688719d92a257a4d8e70ae83ce (diff)
Fix build error from recent FUSE changes.
Change-Id: Ia878949d00b1ef188b18c853763918b83521ee34 BUG: 762389 Signed-off-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-on: http://review.gluster.com/3423 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/mount')
-rw-r--r--xlators/mount/fuse/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/Makefile.am b/xlators/mount/fuse/src/Makefile.am
index c1865c74..a92d68e9 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