summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37ff1100..100d4b25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* Release 2.19.4:
* configure.ac: Updated to new release version
* NEWS: Updated.
+ * Makefile.am: Add icon-theme.cache file to
+ distuninstallcheck_listfiles so "make distcheck" works.
2007-07-09 Brian Cameron <brian.cameron@sun.com>
diff --git a/Makefile.am b/Makefile.am
index 37aa7637..280ebd1f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,4 +32,4 @@ DISTCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
-distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
+distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' | grep -v '^./share/.*/icons/hicolor/icon-theme.cache'