summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache/src/Makefile.am
blob: 838e5f59702eb45d1baebd1fbf7ce55250fdde21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 ioc-mem-types.h

AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \
	-I$(CONTRIBDIR)/rbtree

AM_CFLAGS = -Wall $(GF_CFLAGS)

CLEANFILES =