summaryrefslogtreecommitdiff
path: root/libdaemon
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2018-12-18 09:36:48 +0100
committerMarian Csontos <mcsontos@redhat.com>2018-12-18 09:54:45 +0100
commite0c2d374aeeb77258c3bcdf2bb3ec5a0fca95a97 (patch)
treec2f2baa3551453793cac1dd8587c69f97d4d0a1a /libdaemon
parent07fc4866f040a382c39577fb739e010734d83e42 (diff)
downloadlvm2-e0c2d374aeeb77258c3bcdf2bb3ec5a0fca95a97.tar.gz
build: Remove reference to undefined @BUILD_LVMETAD@
Diffstat (limited to 'libdaemon')
-rw-r--r--libdaemon/Makefile.in5
1 files changed, 1 insertions, 4 deletions
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