From 67fb77e759d6babaf5d8853b68241150bf10b6f7 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Tue, 7 Feb 2017 17:09:43 +0530 Subject: build: add uuid and pthread libraries to dependency list Signed-off-by: Prasanna Kumar Kalever --- daemon/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 0b04f74..1e018a8 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -4,7 +4,7 @@ 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 +gluster_blockd_LDADD = $(PTHREAD) $(top_srcdir)/rpc/libgbxdr.la $(top_srcdir)/utils/libgb.la DISTCLEANFILES = Makefile.in -- cgit