summaryrefslogtreecommitdiff
path: root/daemons/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2009-09-02 17:36:46 +0000
committerAlasdair Kergon <agk@redhat.com>2009-09-02 17:36:46 +0000
commit2bda19e99946432598997f6daacbc3ff5c39171d (patch)
treee69eb37e26bdd32f911c5d3225a41b84dd34f4cc /daemons/Makefile.in
parent74aa6b56205ea8b40c5fceea94e0578f88f87d7e (diff)
downloadlvm2-2bda19e99946432598997f6daacbc3ff5c39171d.tar.gz
rename clogd dir to cmirrord
Diffstat (limited to 'daemons/Makefile.in')
-rw-r--r--daemons/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/Makefile.in b/daemons/Makefile.in
index d93953896..ee4efe87a 100644
--- a/daemons/Makefile.in
+++ b/daemons/Makefile.in
@@ -15,14 +15,14 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
-.PHONY: dmeventd clvmd
+.PHONY: dmeventd clvmd cmirrord
ifneq ("@CLVMD@", "none")
SUBDIRS = clvmd
endif
ifeq ("@BUILD_CMIRRORD@", "yes")
- SUBDIRS += clogd
+ SUBDIRS += cmirrord
endif
ifeq ("@BUILD_DMEVENTD@", "yes")