diff options
Diffstat (limited to 'booster/src/Makefile.am')
-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 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) |