diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-06-02 04:58:36 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-06-02 04:58:36 +0000 |
commit | 7dcd42eda5920f87fd60c663f38cd8cd300b869a (patch) | |
tree | 38584c94abbd1cdb666a1f23485de66429305fa2 /gdk-pixbuf | |
parent | 2635000bd31e663f261e0f9947476b6ed56bb9d6 (diff) | |
download | gtk+-7dcd42eda5920f87fd60c663f38cd8cd300b869a.tar.gz |
Add gdk-pixbuf-features.h to BUILT_SOURCES.
2008-06-02 Behdad Esfahbod <behdad@gnome.org>
* Makefile.am: Add gdk-pixbuf-features.h to BUILT_SOURCES.
svn path=/trunk/; revision=20267
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 4 | ||||
-rw-r--r-- | gdk-pixbuf/Makefile.am | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 9876a059b4..6e12c81446 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2008-06-02 Behdad Esfahbod <behdad@gnome.org> + + * Makefile.am: Add gdk-pixbuf-features.h to BUILT_SOURCES. + 2008-05-29 Matthias Clasen <mclasen@redhat.com> * io-jasper.c: diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index aeccae0bc5..0e2864b878 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -586,7 +586,8 @@ BUILT_SOURCES = \ gdk-pixbuf-enum-types.h \ gdk-pixbuf-enum-types.c \ gdk-pixbuf-marshal.h \ - gdk-pixbuf-marshal.c + gdk-pixbuf-marshal.c \ + gdk-pixbuf-features.h CLEANFILES = MAINTAINERCLEANFILES = \ |