From c99b9fa9461561c1f40f040bd9ec146d093ce3c1 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Wed, 2 Sep 2009 11:49:03 +0000 Subject: [PATCH] Fix cmirrod build directory while we wait to do a proper rename of the directory and move files. --- WHATS_NEW | 1 + daemons/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW b/WHATS_NEW index b8c1fe669..2576b0ccf 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.52 - ================================= + Fix clogd build direcory. Drop unrequired clogd Makefile. Fix clvmd autodetection check and cleanup related configure messages. Fix Makefile distclean target. diff --git a/daemons/Makefile.in b/daemons/Makefile.in index bcbbfd397..d93953896 100644 --- a/daemons/Makefile.in +++ b/daemons/Makefile.in @@ -22,7 +22,7 @@ ifneq ("@CLVMD@", "none") endif ifeq ("@BUILD_CMIRRORD@", "yes") - SUBDIRS += cmirrord + SUBDIRS += clogd endif ifeq ("@BUILD_DMEVENTD@", "yes")