summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-05-18 00:21:26 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-05-18 00:21:26 +0200
commitf3ad7b6e8b3897a25a0b3c141ac7a1ea18e11394 (patch)
treee5b8bbbe1e0c87e715412547274551e863ee58ee /Makefile.am
parent02964cf02b7f312274edced8e62cc28bae867414 (diff)
downloadxfce4-settings-f3ad7b6e8b3897a25a0b3c141ac7a1ea18e11394.tar.gz
Fix make distcheck
Remove the icon-cache when uninstalling (approach taken over from xfce4-panel)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 13b97c38..db577d6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,9 @@ SUBDIRS = \
if HAVE_COLORD
SUBDIRS += \
icons
+
+distuninstallcheck_listfiles = \
+ find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
endif
EXTRA_DIST = \