summaryrefslogtreecommitdiffstats
path: root/rpc/Makefile.am
blob: 51beeb8ce090d63a3da1b72dee3d3a350d970a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = -I$(top_srcdir)/utils/

libgbxdr_la_LIBADD = $(GFAPI) $(UUID)

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

DISTCLEANFILES = Makefile.in

CLEANFILES = *~