summaryrefslogtreecommitdiff
path: root/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 /Makefile.in
parentca0c8673b2064ceb840ee7f4cb5804b33e55f3c7 (diff)
downloadlvm2-0a87fed794f2886047298bbc7b21919e9fc04951.tar.gz
Makefiles: Build libdaemonclient unconditionally.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 431619022..6b153d33b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,16 +26,12 @@ ifeq ("@INTL@", "yes")
SUBDIRS += po
endif
-SUBDIRS += lib tools daemons libdm
+SUBDIRS += lib tools daemons libdm libdaemon
ifeq ("@APPLIB@", "yes")
SUBDIRS += liblvm
endif
-ifeq ("@BUILD_LVMETAD@", "yes")
- SUBDIRS += libdaemon
-endif
-
SUBDIRS += scripts
# FIXME Should use intermediate Makefiles here!