From fc37ee63c0562d3f42b597d485495ee79a857dc5 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Thu, 2 Jun 2016 11:58:54 +0200 Subject: [PATCH] make: add generated parts of lvmdbusd to DISTCLEAN_TARGETS for make distclean --- daemons/lvmdbusd/Makefile.in | 2 ++ scripts/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/daemons/lvmdbusd/Makefile.in b/daemons/lvmdbusd/Makefile.in index 9ee5b0b7b..c78145205 100644 --- a/daemons/lvmdbusd/Makefile.in +++ b/daemons/lvmdbusd/Makefile.in @@ -63,3 +63,5 @@ install_lvm2: install_lvmdbusd install: install_lvm2 +DISTCLEAN_TARGETS+= \ + $(LVMDBUS_BUILDDIR_FILES) diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 6df7d0582..9c3d72d9d 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -155,12 +155,14 @@ DISTCLEAN_TARGETS += \ blk_availability_systemd_red_hat.service \ clvmd_init_red_hat \ cmirrord_init_red_hat \ + com.redhat.lvmdbus1.service \ dm_event_systemd_red_hat.service \ dm_event_systemd_red_hat.socket \ lvm2_cluster_activation_red_hat.sh \ lvm2_cluster_activation_systemd_red_hat.service \ lvm2_clvmd_systemd_red_hat.service \ lvm2_cmirrord_systemd_red_hat.service \ + lvm2_lvmdbusd_systemd_red_hat.service \ lvm2_lvmetad_init_red_hat \ lvm2_lvmpolld_init_red_hat \ lvm2_lvmetad_systemd_red_hat.service \