summaryrefslogtreecommitdiffstats
path: root/xlators/performance/stat-prefetch/src/Makefile.am
blob: e52f2df48fd48829bc5763995cd4289e0fd85f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
xlator_PROGRAMS = stat-prefetch.so
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance

stat_prefetch_so_SOURCES = stat-prefetch.c
noinst_HEADERS = stat-prefetch.h

AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall \
	-I$(top_srcdir)/libglusterfs/src -shared -nostartfiles

CLEANFILES =