From 9a2e319114d70d076b2f219a56397e5793dc3bdf Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Tue, 26 May 2009 04:31:28 +0000 Subject: add booster_fstab.h in noinst_HEADERS to fix build breakage after 'make dist' Signed-off-by: Anand V. Avati --- booster/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- cgit