From e0c2d374aeeb77258c3bcdf2bb3ec5a0fca95a97 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Tue, 18 Dec 2018 09:36:48 +0100 Subject: build: Remove reference to undefined @BUILD_LVMETAD@ --- libdaemon/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libdaemon') diff --git a/libdaemon/Makefile.in b/libdaemon/Makefile.in index c7fe1d365..4b0a0ad2c 100644 --- a/libdaemon/Makefile.in +++ b/libdaemon/Makefile.in @@ -19,10 +19,7 @@ top_builddir = @top_builddir@ SUBDIRS += client -ifeq (@BUILD_LVMETAD@,yes) - SUBDIRS += server -server: client -else ifeq (@BUILD_LVMPOLLD@,yes) +ifeq (@BUILD_LVMPOLLD@,yes) SUBDIRS += server server: client endif -- cgit v1.2.1