From 1c1a248277c4ade4c6cb612c1601d386a5f7fc31 Mon Sep 17 00:00:00 2001 From: fabbione 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") -- 2.43.5