From ce700e70d2f728b562cca94b856406952df62c44 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Thu, 23 Feb 2012 13:41:11 +0000 Subject: [PATCH] We need daemons/common now even if the lvmetad server side is not built. --- daemons/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/daemons/Makefile.in b/daemons/Makefile.in index 380ea0c3d..b78d0a584 100644 --- a/daemons/Makefile.in +++ b/daemons/Makefile.in @@ -15,8 +15,10 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ +SUBDIRS += common + ifeq ("@BUILD_LVMETAD@", "yes") - SUBDIRS += common lvmetad + SUBDIRS += lvmetad endif .PHONY: dmeventd clvmd common cmirrord lvmetad -- 2.43.5