diff options
Diffstat (limited to 'xlators/performance/stat-prefetch/src/Makefile.am')
-rw-r--r-- | xlators/performance/stat-prefetch/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/stat-prefetch/src/Makefile.am b/xlators/performance/stat-prefetch/src/Makefile.am index cbea4bf5256..cfb13071486 100644 --- a/xlators/performance/stat-prefetch/src/Makefile.am +++ b/xlators/performance/stat-prefetch/src/Makefile.am @@ -3,7 +3,7 @@ xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance stat_prefetch_la_LDFLAGS = -module -avoidversion stat_prefetch_la_SOURCES = stat-prefetch.c -noinst_HEADERS = stat-prefetch.h +noinst_HEADERS = stat-prefetch.h stat-prefetch-mem-types.h stat_prefetch_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la |