summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
blob: a44158a45d9420052b39ad1a5edf7aa6655a673c (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 = $(GFAPI_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 = *~