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 \