summaryrefslogtreecommitdiffstats
path: root/xlators/features/thin-arbiter/src/Makefile.am
blob: 7fd31a66caa2ef1bd6e85af484b9754d6dc62e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if WITH_SERVER
xlator_LTLIBRARIES = thin-arbiter.la
endif

xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features

thin_arbiter_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)

thin_arbiter_la_SOURCES = thin-arbiter.c \
    $(top_builddir)/xlators/lib/src/libxlator.c

thin_arbiter_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la

noinst_HEADERS = thin-arbiter.h thin-arbiter-mem-types.h thin-arbiter-messages.h \
    $(top_builddir)/xlators/lib/src/libxlator.h

AM_CPPFLAGS = $(GF_CPPFLAGS) \
    -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/xlators/lib/src \
    -I$(top_srcdir)/rpc/rpc-lib/src \
    -I$(top_srcdir)/rpc/xdr/src -I$(top_builddir)/rpc/xdr/src

AM_CFLAGS = -Wall $(GF_CFLAGS)

CLEANFILES =