From: Alasdair Kergon Date: Thu, 1 Sep 2011 17:56:53 +0000 (+0000) Subject: Only build libdaemon.a when we need it at the moment. X-Git-Tag: old-v2_02_89~542 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=6f6b2cdc52fc92dc0556bc6fb70ac440670ff6aa;p=lvm2.git Only build libdaemon.a when we need it at the moment. --- 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