From e9974f76a938e155c7d16c913b8cae41ef9cb9fe Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 28 Jul 2017 19:37:12 +0100 Subject: [PATCH] build: Clean up DBUS_COOKIE_SHA1 keyrings We use this directory as the temporary home directory. Fixes: 3f377c511301cfb36bfa93fddf1f59ace8580749 Signed-off-by: Simon McVittie --- dbus/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 67ce8cce9..d87d9343f 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -337,3 +337,6 @@ test_dbus_LDADD = libdbus-internal.la # Add rules for code-coverage testing, as defined by AX_CODE_COVERAGE @CODE_COVERAGE_RULES@ + +clean-local: + $(AM_V_at)rm -fr ./.dbus-keyrings -- 2.47.3