diff options
Diffstat (limited to 'booster/src/Makefile.am')
-rw-r--r-- | booster/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/booster/src/Makefile.am b/booster/src/Makefile.am index 9b6e77f957d..1b3be737ee5 100644 --- a/booster/src/Makefile.am +++ b/booster/src/Makefile.am @@ -2,7 +2,7 @@ xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance ldpreload_PROGRAMS = glusterfs-booster.so ldpreloaddir = $(libdir)/glusterfs/ -glusterfs_booster_so_SOURCES = booster.c +glusterfs_booster_so_SOURCES = booster.c booster_stat.c glusterfs_booster_so_CFLAGS = -I$(top_srcdir)/libglusterfsclient/src/ -D_GNU_SOURCE -D$(GF_HOST_OS) -fPIC -Wall \ -pthread $(GF_BOOSTER_CFLAGS) glusterfs_booster_so_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE \ |