summaryrefslogtreecommitdiffstats
path: root/rpc/Makefile.am
blob: 9f85e23dda06936370a8b04fe8b293c45676d20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
noinst_LTLIBRARIES = libgbxdr.la

libgbxdr_la_SOURCES = block_clnt.c block_xdr.c block_svc.c           \
											block_svc_routines.c glfs-operations.c

noinst_HEADERS = block.h glfs-operations.h

libgbxdr_la_CFLAGS = -DDATADIR=\"$(localstatedir)\"                  \
										 -I$(top_srcdir)/utils/

libgbxdr_la_LIBADD = $(GFAPI) $(UUID)

libgbxdr_ladir = $(includedir)/gluster-block/rpc

DISTCLEANFILES = Makefile.in

CLEANFILES = *~