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

gluster_blockd_SOURCES = gluster-blockd.c

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

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

DISTCLEANFILES = Makefile.in

CLEANFILES = *~