summaryrefslogtreecommitdiffstats
path: root/cli/Makefile.am
blob: 4d908a9beb09f8781af62b4e08537837869be37f (plain)
1
2
3
4
5
6
7
8
9
10
11
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 = -I$(top_srcdir)/utils/ -I$(top_srcdir)/rpc

DISTCLEANFILES = Makefile.in

CLEANFILES = *~