From 180901fb53de46ea57a0c22e00f35d9f56b59324 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 11 Aug 2004 13:59:38 +0000 Subject: [PATCH] Add gdk-pixbuf-alias.h 2004-08-11 Matthias Clasen * gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add gdk-pixbuf-alias.h --- docs/reference/ChangeLog | 4 ++++ docs/reference/gdk-pixbuf/Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 1f85f592dc..0cfaa6305a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2004-08-11 Matthias Clasen + + * gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add gdk-pixbuf-alias.h + Tue Aug 10 18:58:15 2004 Matthias Clasen * gdk/Makefile.am (IGNORE_HFILES): Add gdkalias.h diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index f65ff0b0c4..3a8119203d 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -21,6 +21,7 @@ CFILE_GLOB=$(top_srcdir)/gdk-pixbuf/*.c $(top_srcdir)/contrib/gdk-pixbuf-xlib/*. # Header files to ignore when scanning IGNORE_HFILES= \ pixops \ + gdk-pixbuf-alias.h \ gdk-pixbuf-marshal.h \ gdk-pixbuf-xlib-private.h \ gdk-pixbuf-i18n.h \