diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2016-02-26 10:14:39 +0100 |
---|---|---|
committer | Zdenek Kabelac <zkabelac@redhat.com> | 2016-02-26 10:21:34 +0100 |
commit | 85a593c1911f5c7ef5a8de38178b085c02ad3965 (patch) | |
tree | 6653a566c85e4599956440ed28660daf87a4253c | |
parent | 3e31f5186904328d7f3fc8eae71cda72715107e7 (diff) | |
download | lvm2-85a593c1911f5c7ef5a8de38178b085c02ad3965.tar.gz |
makefiles: add more dirs for lcov output
New daemons were missing in generated lcov output.
-rw-r--r-- | Makefile.in | 7 | ||||
-rw-r--r-- | WHATS_NEW | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7557f62d8..52441f1d0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -166,8 +166,11 @@ install_tmpfiles_configuration: LCOV_TRACES = libdm.info lib.info liblvm.info tools.info \ libdaemon/client.info libdaemon/server.info \ - daemons/clvmd.info daemons/dmeventd.info \ - daemons/lvmetad.info + daemons/clvmd.info \ + daemons/dmeventd.info \ + daemons/lvmetad.info \ + daemons/lvmlockd.info \ + daemons/lvmpolld.info CLEAN_TARGETS += $(LCOV_TRACES) @@ -1,5 +1,6 @@ Version 2.02.144 - ===================================== + Update makefile to generate lcov output also for lvmpolld and lvmlockd. Fix SystemdService lvm2-lvmdbusd.service name. Improve support for env LVM_VG_NAME for reference VG name in lvconvert. Fix regresion when lvresize accepted zero sizes (2.02.141). |