From 4e6207e5d1a2b9556fa599b0c6a5fa64ccfa1775 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 23 Oct 2017 14:41:24 +0100 Subject: [PATCH 2/5] build: Don't explicitly clean up configure-generated files cmake/DBus1Config.cmake, cmake/DBus1ConfigVersion.cmake and dbus-1.pc are all generated by AC_CONFIG_FILES, so they are automatically listed in $(CONFIG_CLEAN_FILES) and cleaned in "make distclean" without further help from us. Signed-off-by: Simon McVittie --- Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 970b90d8..36bb3624 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,11 +7,6 @@ cmakeconfigdir = $(libdir)/cmake/DBus1 cmakeconfig_DATA = cmake/DBus1Config.cmake \ cmake/DBus1ConfigVersion.cmake -DISTCLEANFILES = \ - ${pkgconfig_DATA} \ - ${cmakeconfig_DATA} \ - $(NULL) - EXTRA_DIST = \ autogen.sh \ HACKING \ -- 2.15.0.rc1