]> sourceware.org Git - lvm2.git/commitdiff
Fix lib.device-mapper to wait for include too
authorAlasdair Kergon <agk@redhat.com>
Mon, 2 Aug 2010 13:56:34 +0000 (13:56 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 2 Aug 2010 13:56:34 +0000 (13:56 +0000)
Makefile.in
WHATS_NEW

index 064261e254e2443506c497b57d6dd2f913453b10..a6b2b626b0afd0c3bc8422bff0999fe7700a8f79 100644 (file)
@@ -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
index be727985aa2c12d6dada2fa42023672dba8a1425..122a0b33d116a00fe7dfa486101391d196d90031 100644 (file)
--- 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
 
This page took 0.046476 seconds and 5 git commands to generate.