summaryrefslogtreecommitdiffstats
path: root/rpc/Makefile.am
blob: 66717bbbec405ffa354be4694fed36d5bfcb60da (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 = $(GFAPI_CFLAGS) -DDATADIR=\"$(localstatedir)\"  \
										 -I$(top_srcdir)/utils/

libgbxdr_la_LIBADD = $(GFAPI_LIBS) $(UUID)

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

DISTCLEANFILES = Makefile.in

CLEANFILES = *~