From 6f7dc3a44f966e69a7495cd5af5017ec02b3938c Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 26 May 2014 23:01:25 +0200 Subject: [PATCH] gio tests: rm xdgconfighome on 'make clean' --- gio/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index 2c54e59..4bb71a8 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -319,7 +319,7 @@ uninstalled_test_extra_programs += \ test_programs += mimeapps clean-local: clean-mimeapps clean-mimeapps: - rm -rf xdgdatadir xdgdatahome + rm -rf xdgdatadir xdgdatahome xdgconfighome uninstalled_test_programs += gsettings gschema-compile gsettings_DEPENDENCIES = test.mo -- 2.7.4