summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-07-09 22:57:11 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-07-09 22:57:11 +0000
commitbb2b82ebfeab6154206366d3192402b9ef4d4485 (patch)
tree61a344e5d470d563de513cdd549509dc32feec5f
parent6475720408b1f30c137a59ba1718472192b0dd8c (diff)
downloadgdm-GDM2_2_19_4.tar.gz
Add icon-theme.cache file to distuninstallcheck_listfiles so "makeGDM2_2_19_4
2007-07-09 Brian Cameron <brian.cameron@sun.com> * Makefile.am: Add icon-theme.cache file to distuninstallcheck_listfiles so "make distcheck" works. svn path=/trunk/; revision=5049
-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'