From 86ae67f117bc2a8c385144065c01e63027248a50 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Wed, 15 Feb 2017 15:20:22 +0530 Subject: gluster-blockd: create logging directories Signed-off-by: Prasanna Kumar Kalever --- daemon/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 1e018a8..038fce8 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -2,9 +2,11 @@ sbin_PROGRAMS = gluster-blockd gluster_blockd_SOURCES = gluster-blockd.c -gluster_blockd_CFLAGS = -I$(top_srcdir)/utils/ -I$(top_srcdir)/rpc +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 +gluster_blockd_LDADD = $(PTHREAD) $(top_srcdir)/rpc/libgbxdr.la \ + $(top_srcdir)/utils/libgb.la DISTCLEANFILES = Makefile.in -- cgit