build: Don't explicitly clean up configure-generated files
authorSimon McVittie <smcv@collabora.com>
Mon, 23 Oct 2017 13:41:24 +0000 (14:41 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 23 Oct 2017 15:08:32 +0000 (16:08 +0100)
commit60993c27e10b222d0e9b2239fddf5c572b293757
tree813e867baf328b8c9564bd560fd2a505090cfe33
parentbfee8772bf03bd45278dfa32dfe4b472c324f3aa
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
Makefile.am