diff --git a/include/Makefile.in b/include/Makefile.in index efe263c27..7993998fd 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -20,6 +20,8 @@ include $(top_builddir)/make.tmpl DISTCLEAN_TARGETS += .configure.h lvm-version.h CLEAN_TARGETS += \ + .symlinks \ + .symlinks_created \ activate.h \ archiver.h \ bcache.h \ diff --git a/scripts/Makefile.in b/scripts/Makefile.in index fc9754446..6d32b6391 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -154,3 +154,7 @@ DISTCLEAN_TARGETS += \ lvm2_monitoring_systemd_red_hat.service \ lvm2_pvscan_systemd_red_hat@.service \ lvm2_tmpfiles_red_hat.conf + +# Remove ancient files +DISTCLEAN_TARGETS += \ + lvm2_lvmlocking_systemd_red_hat.service