summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2018-07-24 15:02:32 +0200
committerMarian Csontos <mcsontos@redhat.com>2018-07-24 15:02:32 +0200
commit97506a7e2ac4cd4e9a6fd77e4a49a45fd565c3e5 (patch)
tree779e90b1e988061dba75c66799ce4a9bfe19a8b1
parent7709b70f976a13b3428679679cded47d2d642f30 (diff)
downloadlvm2-97506a7e2ac4cd4e9a6fd77e4a49a45fd565c3e5.tar.gz
build: Remove lvmetad leftovers
-rw-r--r--daemons/Makefile.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/daemons/Makefile.in b/daemons/Makefile.in
index 5226a5eb4..e548b1556 100644
--- a/daemons/Makefile.in
+++ b/daemons/Makefile.in
@@ -15,7 +15,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
-.PHONY: dmeventd cmirrord lvmetad lvmpolld lvmlockd
+.PHONY: dmeventd cmirrord lvmpolld lvmlockd
ifeq ("@BUILD_CMIRRORD@", "yes")
SUBDIRS += cmirrord
@@ -28,10 +28,6 @@ daemons.cflow: dmeventd.cflow
endif
endif
-ifeq ("@BUILD_LVMETAD@", "yes")
- SUBDIRS += lvmetad
-endif
-
ifeq ("@BUILD_LVMPOLLD@", "yes")
SUBDIRS += lvmpolld
endif
@@ -45,7 +41,7 @@ ifeq ("@BUILD_LVMDBUSD@", "yes")
endif
ifeq ($(MAKECMDGOALS),distclean)
- SUBDIRS = cmirrord dmeventd lvmetad lvmpolld lvmlockd lvmdbusd
+ SUBDIRS = cmirrord dmeventd lvmpolld lvmlockd lvmdbusd
endif
include $(top_builddir)/make.tmpl