summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-06-24 08:02:38 +0000
committerAlasdair Kergon <agk@redhat.com>2004-06-24 08:02:38 +0000
commit858a2b1b88b28e95880350a5622053a02b9e472d (patch)
tree3f81e7c3cbfa490fe6f1b6deef0053d58de09134 /Makefile.in
parent02bd59827c3026a65452b83a8550b698c49a8a8f (diff)
downloadlvm2-858a2b1b88b28e95880350a5622053a02b9e472d.tar.gz
Add cluster support.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index f7b4d5238..af63fc5d9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -22,11 +22,13 @@ ifeq ("@INTL@", "yes")
SUBDIRS += po
endif
-SUBDIRS += lib tools
+SUBDIRS += lib tools daemons
ifeq ($(MAKECMDGOALS),distclean)
- SUBDIRS += lib/format1 \
+ SUBDIRS += daemons/clvmd \
+ lib/format1 \
lib/format_pool \
+ lib/locking \
lib/mirror \
lib/snapshot \
po \
@@ -35,14 +37,16 @@ endif
include make.tmpl
+daemons: lib
lib: include
tools: lib
-po: lib tools
+po: tools daemons
ifeq ("@INTL@", "yes")
lib.pofile: include.pofile
tools.pofile: lib.pofile
-po.pofile: lib.pofile tools.pofile
+daemons.pofile: lib.pofile
+po.pofile: tools.pofile daemons.pofile
pofile: po.pofile
endif