summaryrefslogtreecommitdiffstats
path: root/cli/Makefile.am
blob: f386a852a5d4b3f025255d078d4b3363c9cc08ca (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_srcdir)/rpc/libgbxdr.la                  \
											$(top_srcdir)/utils/libgb.la

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

DISTCLEANFILES = Makefile.in

CLEANFILES = *~