]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
src: Clean *.logrotate, .aug and libvirtd.policy files on 'make clean'
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 22 Feb 2018 13:23:02 +0000 (14:23 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 22 Feb 2018 13:34:16 +0000 (14:34 +0100)
Before 3f055b5997c we were doing that. However after the commit
we are leaving the files behind.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/Makefile.am

index 41a3cb26286df8d5dfa7215a0673656f730aa26a..2166e17dbe4b08a07b4bf5736e277cb59a0b4098 100644 (file)
@@ -1376,7 +1376,7 @@ augeastest_DATA += test_libvirtd.aug
 
 conf_DATA += remote/libvirtd.conf
 
-CLEANFILES += tets_libvirtd.aug
+CLEANFILES += test_libvirtd.aug
 
 if WITH_POLKIT
 if WITH_POLKIT0
@@ -1389,6 +1389,7 @@ endif ! WITH_POLKIT0
 endif WITH_POLKIT
 
 BUILT_SOURCES += libvirtd.policy
+CLEANFILES += libvirtd.policy
 
 libvirtd.policy: remote/libvirtd.policy.in $(top_builddir)/config.status
        $(AM_V_GEN) sed \
@@ -2868,6 +2869,7 @@ if WITH_LIBVIRTD
 LOGROTATE_FILES := $(LOGROTATE_FILES_IN:remote/%.in=%)
 
 BUILT_SOURCES += $(LOGROTATE_FILES)
+CLEANFILES += $(LOGROTATE_FILES)
 
 %.logrotate: remote/%.logrotate.in
        $(AM_V_GEN)sed \