summaryrefslogtreecommitdiffstats
path: root/cli/Makefile.am
blob: e5d3cfb983745a566798327b0634cade0d6709cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sbin_PROGRAMS = gluster-block

gluster_block_SOURCES = gluster-block.c

gluster_block_LDADD = $(top_builddir)/rpc/libgbrpc.la                \
											$(top_builddir)/utils/libgb.la

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

DISTCLEANFILES = Makefile.in

CLEANFILES = *~