summaryrefslogtreecommitdiffstats
path: root/rpc/Makefile.am
blob: 20ed49dc2ac5b2386daf187be63969f3edfc545b (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 = -lgfapi

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

DISTCLEANFILES = Makefile.in

CLEANFILES = *~