summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-10-23 14:41:24 +0100
committerSimon McVittie <smcv@collabora.com>2017-10-23 16:08:32 +0100
commit60993c27e10b222d0e9b2239fddf5c572b293757 (patch)
tree813e867baf328b8c9564bd560fd2a505090cfe33 /Makefile.am
parentbfee8772bf03bd45278dfa32dfe4b472c324f3aa (diff)
downloaddbus-60993c27e10b222d0e9b2239fddf5c572b293757.tar.gz
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 <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103420
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 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 \