summaryrefslogtreecommitdiffstats
path: root/xlators/features/arbiter/src/Makefile.am
blob: 328e08cda9ced5ad409f571505919b3e3c286d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
xlator_LTLIBRARIES = arbiter.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features

arbiter_la_LDFLAGS = $(GF_XLATOR_DEFAULT_LDFLAGS)

arbiter_la_SOURCES = arbiter.c
arbiter_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la

noinst_HEADERS = arbiter.h arbiter-mem-types.h

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

AM_CFLAGS = -Wall $(GF_CFLAGS)

CLEANFILES =
/td>2016-03-111-0/+3 * cli/ afr: op_ret for index heal launchRavishankar N2016-02-111-2/+3 * cluster/afr : Readdirp performance enhancementAnuradha Talur2015-11-301-79/+32 * cluster/ec: Mark self-heal fops as internalPranith Kumar K2015-11-181-3/+3 * afr: Porting messages to new logging frameworkarao2015-06-271-44/+63 *