diff options
author | Jeff Darcy <jdarcy@redhat.com> | 2012-05-23 15:49:09 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-05-23 13:54:46 -0700 |
commit | 945e19f9d97ec0beff03add5d414e0c9bfc45c13 (patch) | |
tree | e54cc14687c4f7cd79b50a3b85207a503bb74aa0 | |
parent | d65a0f9f1b31cb688719d92a257a4d8e70ae83ce (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>
-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 |