summaryrefslogtreecommitdiff
path: root/libdaemon
diff options
context:
space:
mode:
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