summaryrefslogtreecommitdiffstats
path: root/rpc/Makefile.am
blob: 4dd74390f02a1d147f845930d9cfc1005266915d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = rpcl

noinst_LTLIBRARIES = libgbrpc.la

libgbrpc_la_SOURCES = block_svc_routines.c glfs-operations.c

noinst_HEADERS = glfs-operations.h

libgbrpc_la_CFLAGS = $(GFAPI_CFLAGS) -DDATADIR=\"$(localstatedir)\"  \
										 -I$(top_srcdir)/utils/ -I$(top_builddir)/rpc/rpcl

libgbrpc_la_LIBADD = $(GFAPI_LIBS) $(UUID) rpcl/libgbrpcxdr.la

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

DISTCLEANFILES = Makefile.in

CLEANFILES = *~