summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
blob: de5367c5acfdf03c1edecadde8ecbb4c130ac29a (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_builddir)/ -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 = *~