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

gluster_blockd_SOURCES = gluster-blockd.c

gluster_blockd_CFLAGS = -I$(top_srcdir)/utils/ -I$(top_srcdir)/rpc

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

DISTCLEANFILES = Makefile.in

CLEANFILES = *~