diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 0da60bb997..8f3b1a4c77 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,13 @@ +1999-10-07 Cody Russell + * src/gdk-pixbuf-drawable.[ch]: Added. (Actually, Miguel committed + them, but I wrote them). + + * src/gdk-pixbuf-drawable.h: Added a missing ; so things will now + compile. + + * src/Makefile.am: Added gdk-pixbuf-drawable.[ch] to + libgdk_pixbuf_la_SOURCES and libgdk_pixbufinclude_HEADERS. + 1999-09-22 Michael Meeks * src/gdk-pixbuf.c (gdk_pixbuf_new): created. diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 7e12ec9ab6..5a98905403 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -45,11 +45,13 @@ libgdk_pixbufincludedir = $(includedir)/gdk-pixbuf libgdk_pixbuf_la_SOURCES = \ gdk-pixbuf.c \ - gdk-pixbuf-io.c + gdk-pixbuf-io.c \ + gdk-pixbuf-drawable.c libgdk_pixbufinclude_HEADERS = \ gdk-pixbuf.h \ - gdk-pixbuf-io.h + gdk-pixbuf-io.h \ + gdk-pixbuf-drawable.h # # The PNG plugin.