summaryrefslogtreecommitdiffstats
path: root/xlators/performance/nl-cache/src/Makefile.am
blob: c44ce871627eeeb6e562246f710336f0b1290ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
xlator_LTLIBRARIES = nl-cache.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance
nl_cache_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)
nl_cache_la_SOURCES = nl-cache.c nl-cache-helper.c
nl_cache_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
noinst_HEADERS = nl-cache.h nl-cache-mem-types.h nl-cache-messages.h
AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \
        -I$(top_srcdir)/rpc/xdr/src -I$(top_builddir)/rpc/xdr/src \
        -I$(CONTRIBDIR)/timer-wheel

AM_CFLAGS = -Wall -fno-strict-aliasing $(GF_CFLAGS)
CLEANFILES =