From 1ca0eea5bb90af46ca6eb12c1b7b45149a9ea44b Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Thu, 1 Sep 2011 17:56:53 +0000 Subject: [PATCH] Only build libdaemon.a when we need it at the moment. --- daemons/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/daemons/Makefile.in b/daemons/Makefile.in index 5b4e196e4..5a72c4fda 100644 --- a/daemons/Makefile.in +++ b/daemons/Makefile.in @@ -15,8 +15,10 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ +ifeq ("@BUILD_LVMETAD@", "yes") LIB_STATIC=libdaemon.a SOURCES = common/daemon-shared.c common/daemon-server.c common/daemon-client.c +endif .PHONY: dmeventd clvmd cmirrord lvmetad @@ -30,6 +32,7 @@ endif ifeq ("@BUILD_LVMETAD@", "yes") SUBDIRS += lvmetad +device-mapper: libdaemon.a endif ifeq ("@BUILD_DMEVENTD@", "yes") @@ -48,5 +51,3 @@ include $(top_builddir)/make.tmpl ifeq ("@BUILD_DMEVENTD@", "yes") device-mapper: dmeventd.device-mapper endif - -device-mapper: libdaemon.a -- 2.43.5