1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

build: Remove lvmetad leftovers

This commit is contained in:
Marian Csontos 2018-07-24 15:02:32 +02:00
parent 7709b70f97
commit 97506a7e2a

View File

@ -15,7 +15,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
.PHONY: dmeventd cmirrord lvmetad lvmpolld lvmlockd .PHONY: dmeventd cmirrord lvmpolld lvmlockd
ifeq ("@BUILD_CMIRRORD@", "yes") ifeq ("@BUILD_CMIRRORD@", "yes")
SUBDIRS += cmirrord SUBDIRS += cmirrord
@ -28,10 +28,6 @@ daemons.cflow: dmeventd.cflow
endif endif
endif endif
ifeq ("@BUILD_LVMETAD@", "yes")
SUBDIRS += lvmetad
endif
ifeq ("@BUILD_LVMPOLLD@", "yes") ifeq ("@BUILD_LVMPOLLD@", "yes")
SUBDIRS += lvmpolld SUBDIRS += lvmpolld
endif endif
@ -45,7 +41,7 @@ ifeq ("@BUILD_LVMDBUSD@", "yes")
endif endif
ifeq ($(MAKECMDGOALS),distclean) ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS = cmirrord dmeventd lvmetad lvmpolld lvmlockd lvmdbusd SUBDIRS = cmirrord dmeventd lvmpolld lvmlockd lvmdbusd
endif endif
include $(top_builddir)/make.tmpl include $(top_builddir)/make.tmpl