From 314eb5fecf61b61ae9ba6bd76a44ea14bbd04513 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Wed, 2 Sep 2009 05:13:21 +0000 Subject: mount/fuse: Include missing header files in Makefile.am Compilation fails in a new glusterfs tarball due to missing fuse headers. Including them in Makefile.am. Signed-off-by: Anand V. Avati BUG: 244 (compilation after make dist fails because of missing headers) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=244 --- xlators/mount/fuse/src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xlators/mount/fuse/src/Makefile.am') diff --git a/xlators/mount/fuse/src/Makefile.am b/xlators/mount/fuse/src/Makefile.am index a4d1fd760..e85d63887 100644 --- a/xlators/mount/fuse/src/Makefile.am +++ b/xlators/mount/fuse/src/Makefile.am @@ -1,4 +1,6 @@ -noinst_HEADERS = $(CONTRIBDIR)/fuse-include/fuse_kernel.h +noinst_HEADERS = $(CONTRIBDIR)/fuse-include/fuse_kernel.h\ + $(CONTRIBDIR)/fuse-include/fuse-mount.h\ + $(CONTRIBDIR)/fuse-include/fuse-misc.h xlator_LTLIBRARIES = fuse.la xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/mount -- cgit