summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache/src/Makefile.am
blob: e3d816f154291be61af8ef3ed9f834ce640e5534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
xlator_LTLIBRARIES = io-cache.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance

io_cache_la_LDFLAGS = -module -avoidversion 

io_cache_la_SOURCES = io-cache.c page.c ioc-inode.c
io_cache_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la

noinst_HEADERS = io-cache.h

AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS) \
	-I$(top_srcdir)/libglusterfs/src -I$(CONTRIBDIR)/rbtree -shared -nostartfiles $(GF_CFLAGS)

CLEANFILES =