summaryrefslogtreecommitdiffstats
path: root/booster
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:13:40 -0700
commit9a2e319114d70d076b2f219a56397e5793dc3bdf (patch)
tree5115ef8397f0db276cdd33555dabcf7a6f4d5db3 /booster
parentf6bcb43d4adca26337f9a933e61eac8d6815cc7e (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')
-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)