diff options
author | Anand Avati <avati@gluster.com> | 2009-05-26 04:31:28 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-05-26 03:18:57 -0700 |
commit | 0af126294a1eeb89383a4e477962f908f003026f (patch) | |
tree | fac1a58ce8fac56470ddf96d85e5a4d6cfe6405b /booster | |
parent | 2951b04c7ac8a2888fffb2ebc127ecc1ec617d79 (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.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/booster/src/Makefile.am b/booster/src/Makefile.am index 50aaa6681..8202e795c 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) |