From 855e4aac4172fe3a84d2d06bf970cca5d3528c30 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 2 Aug 2010 13:56:34 +0000 Subject: [PATCH] Fix lib.device-mapper to wait for include too --- Makefile.in | 1 + WHATS_NEW | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 064261e25..a6b2b626b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,6 +49,7 @@ daemons: lib tools tools: lib device-mapper po: tools daemons +lib.device-mapper: include.device-mapper libdm.device-mapper: include.device-mapper liblvm.device-mapper: include.device-mapper daemons.device-mapper: libdm.device-mapper diff --git a/WHATS_NEW b/WHATS_NEW index be727985a..122a0b33d 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -3,7 +3,7 @@ Version 2.02.73 - Do not use VPATH in include/Makefile. Fix exported_symbols generation to use standard compiler arguments. Use #include <> not "" in lvm2app.h which gets installed on the system. - Make liblvm.device-mapper wait for include file generation. + Make lib and liblvm.device-mapper wait for include file generation. Fix configure to supply DEFAULT_RUN_DIR to Makefiles. Fix wrong number of mirror log at allocate policy -- 2.43.5