summaryrefslogtreecommitdiff
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-04-17 10:01:05 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2014-04-18 16:38:48 +0200
commit1af05a7a166a470d1b9d86f88fdc64c2d984124b (patch)
tree9f975fe022de857f803cde011e673beaca848119 /scripts/Makefile.in
parent4955dae4be6ca42f3428ca4f71ba86c3d0fb89b4 (diff)
downloadlvm2-1af05a7a166a470d1b9d86f88fdc64c2d984124b.tar.gz
makefiles: clear targets in with make clean
Make clean usually cleans all compiled files. Make distclean cleans configure generated files
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in32
1 files changed, 20 insertions, 12 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 8fdb5f716..ed77900c4 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -29,6 +29,7 @@ ifeq ("@APPLIB@", "yes")
endif
ifeq ("@DMEVENTD@", "yes")
+ DEPLIBS += $(top_builddir)/daemons/dmeventd/libdevmapper-event.so
LVMLIBS += -ldevmapper-event
endif
@@ -124,15 +125,22 @@ install_tmpfiles_configuration:
$(INSTALL_DIR) $(tmpfiles_dir)
$(INSTALL_DATA) lvm2_tmpfiles_red_hat.conf $(tmpfiles_dir)/lvm2.conf
-DISTCLEAN_TARGETS += clvmd_init_red_hat cmirrord_init_red_hat \
- lvm2_monitoring_init_red_hat lvm2_lvmetad_init_red_hat \
- dm_event_systemd_red_hat.socket dm_event_systemd_red_hat.service \
- lvm2_monitoring_systemd_red_hat.service \
- lvm2_lvmetad_systemd_red_hat.socket lvm2_lvmetad_systemd_red_hat.service \
- lvm2_pvscan_systemd_red_hat@.service \
- lvm2_tmpfiles_red_hat.conf blk_availability_init_red_hat \
- blk_availability_systemd_red_hat.service \
- blkdeactivate.sh lvm2_clvmd_systemd_red_hat.service \
- lvm2_cmirrord_systemd_red_hat.service \
- lvm2_cluster_activation_systemd_red_hat.service \
- lvm2_cluster_activation_red_hat.sh
+CLEAN_TARGETS += \
+ blkdeactivate.sh \
+ blk_availability_init_red_hat \
+ blk_availability_systemd_red_hat.service \
+ clvmd_init_red_hat \
+ cmirrord_init_red_hat \
+ 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_lvmetad_init_red_hat \
+ lvm2_lvmetad_systemd_red_hat.service \
+ lvm2_lvmetad_systemd_red_hat.socket \
+ lvm2_monitoring_init_red_hat \
+ lvm2_monitoring_systemd_red_hat.service \
+ lvm2_pvscan_systemd_red_hat@.service \
+ lvm2_tmpfiles_red_hat.conf