diff options
author | Vijay Bellur <vijay@gluster.com> | 2009-09-02 05:13:21 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-09-07 23:36:14 -0700 |
commit | 314eb5fecf61b61ae9ba6bd76a44ea14bbd04513 (patch) | |
tree | eb98e67565100b01381fd46704abb130ba7b2e51 /xlators/mount/fuse/src/Makefile.am | |
parent | cf1005c9f650069a22d443dec32f33129431990a (diff) |
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 <avati@dev.gluster.com>
BUG: 244 (compilation after make dist fails because of missing headers)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=244
Diffstat (limited to 'xlators/mount/fuse/src/Makefile.am')
-rw-r--r-- | xlators/mount/fuse/src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |