From de8ab84a52d6d7e8ab539e10eaa96f5a7ef3b655 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 2 May 2007 16:51:41 +0000 Subject: [PATCH] Forgotten changes for the icon cache validator 2007-05-02 Matthias Clasen * gtk/Makefile.am: Forgotten changes for the icon cache validator svn path=/branches/gtk-2-10/; revision=17775 --- ChangeLog | 4 ++++ gtk/Makefile.am | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c8f9ace197..11a20b3692 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-02 Matthias Clasen + + * gtk/Makefile.am: Forgotten changes for the icon cache validator + 2007-05-02 Kristian Rietveld Merge from trunk: diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 589a211f11..9a2a2e8d40 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -345,6 +345,7 @@ gtk_private_h_sources = \ gtkfilesystemunix.h \ gtkhsv.h \ gtkiconcache.h \ + gtkiconcachevalidator.h \ gtkintl.h \ gtkkeyhash.h \ gtkmnemonichash.h \ @@ -453,6 +454,7 @@ gtk_base_c_sources = \ gtkhseparator.c \ gtkhsv.c \ gtkiconcache.c \ + gtkiconcachevalidator.c \ gtkiconfactory.c \ gtkicontheme.c \ gtkiconview.c \