summaryrefslogtreecommitdiffstats
path: root/libdaemon/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libdaemon/Makefile.in')
-rw-r--r--libdaemon/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libdaemon/Makefile.in b/libdaemon/Makefile.in
index fbe5a087..dbe65168 100644
--- a/libdaemon/Makefile.in
+++ b/libdaemon/Makefile.in
@@ -17,8 +17,10 @@ top_builddir = @top_builddir@
.PHONY: client server
+SUBDIRS += client
+
ifeq ("@BUILD_LVMETAD@", "yes")
- SUBDIRS += client server
+ SUBDIRS += server
server: client
endif