1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-23 13:57:47 +03:00

Fix cmirrod build directory while we wait to do a proper rename of the

directory and move files.
This commit is contained in:
Fabio M. Di Nitto 2009-09-02 11:49:03 +00:00
parent f8d076d827
commit c99b9fa946
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -22,7 +22,7 @@ ifneq ("@CLVMD@", "none")
endif
ifeq ("@BUILD_CMIRRORD@", "yes")
SUBDIRS += cmirrord
SUBDIRS += clogd
endif
ifeq ("@BUILD_DMEVENTD@", "yes")