summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMaurizio Galli <maurizio.galli@gmail.com>2020-11-10 14:57:39 +0800
committerMaurizio Galli <maurizio.galli@gmail.com>2020-11-10 15:59:18 +0800
commitd3cd707b321c0f8d2fc9857b645b953f4001f06a (patch)
tree592f9fa8f02c2cd3c5b13d798f635ca465c923f2 /Makefile.am
parentef936df3adb03db4749381ac9afa85948c6c59c5 (diff)
downloadtumbler-d3cd707b321c0f8d2fc9857b645b953f4001f06a.tar.gz
Add new icon needed for xfce4-about-dialog.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3241184..e4fddec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,14 @@ SUBDIRS = \
tumbler \
plugins \
tumblerd \
- docs
+ docs \
+ icons
+
+distclean-local:
+ rm -rf *.spec *.cache *~
+
+distuninstallcheck_listfiles = \
+ find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
.PHONY: ChangeLog