summaryrefslogtreecommitdiffstats
path: root/booster/src
diff options
context:
space:
mode:
authorAnand Avati <avati@gluster.com>2009-05-26 04:31:28 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-05-26 03:18:57 -0700
commit0af126294a1eeb89383a4e477962f908f003026f (patch)
treefac1a58ce8fac56470ddf96d85e5a4d6cfe6405b /booster/src
parent2951b04c7ac8a2888fffb2ebc127ecc1ec617d79 (diff)
add booster_fstab.h in noinst_HEADERS to fix build breakage after 'make dist'
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'booster/src')
-rw-r--r--booster/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/booster/src/Makefile.am b/booster/src/Makefile.am
index 50aaa668103..8202e795cfe 100644
--- a/booster/src/Makefile.am
+++ b/booster/src/Makefile.am
@@ -2,6 +2,7 @@ xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance
ldpreload_PROGRAMS = glusterfs-booster.so
ldpreloaddir = $(libdir)/glusterfs/
+noinst_HEADERS = booster_fstab.h
glusterfs_booster_so_SOURCES = booster.c booster_stat.c booster_fstab.c
glusterfs_booster_so_CFLAGS = -I$(top_srcdir)/libglusterfsclient/src/ -D_GNU_SOURCE -D$(GF_HOST_OS) -fPIC -Wall \
-pthread $(GF_BOOSTER_CFLAGS)