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

gluster_blockd_SOURCES = gluster-blockd.c

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

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

DISTCLEANFILES = Makefile.in

CLEANFILES = *~