diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-08-11 13:59:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-11 13:59:38 +0000 |
commit | 180901fb53de46ea57a0c22e00f35d9f56b59324 (patch) | |
tree | c3cb5e898c3f275d9fceeeb94314076e2e6f07ef /docs | |
parent | f4437de139e5d20219c84f54b9e8c20dbf32ceb7 (diff) | |
download | gdk-pixbuf-180901fb53de46ea57a0c22e00f35d9f56b59324.tar.gz |
Add gdk-pixbuf-alias.h
2004-08-11 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add gdk-pixbuf-alias.h
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 1f85f592d..0cfaa6305 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2004-08-11 Matthias Clasen <mclasen@redhat.com> + + * gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add gdk-pixbuf-alias.h + Tue Aug 10 18:58:15 2004 Matthias Clasen <maclas@gmx.de> * 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 f65ff0b0c..3a8119203 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 \ |