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

gluster_block_SOURCES = gluster-block.c

gluster_block_LDADD = $(top_srcdir)/rpc/libgbxdr.la                  \
											$(top_srcdir)/utils/libgb.la

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

DISTCLEANFILES = Makefile.in

CLEANFILES = *~