summaryrefslogtreecommitdiff
path: root/libdaemon/Makefile.in
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2012-09-10 07:40:00 +0200
committerPetr Rockai <prockai@redhat.com>2012-09-26 17:26:23 +0200
commit0a87fed794f2886047298bbc7b21919e9fc04951 (patch)
tree2a86550a42a487dabe673659710d58e9cf548913 /libdaemon/Makefile.in
parentca0c8673b2064ceb840ee7f4cb5804b33e55f3c7 (diff)
downloadlvm2-0a87fed794f2886047298bbc7b21919e9fc04951.tar.gz
Makefiles: Build libdaemonclient unconditionally.
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 fbe5a0878..dbe651680 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