From bab69697658e1c7fa4eafd36d15259fe7c8703bd Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Thu, 7 Oct 1999 06:16:16 +0000 Subject: [PATCH] Added gdk-pixbuf-drawable to Makefile.am so it is compiled into libgdk_pixbuf. --- gdk-pixbuf/ChangeLog | 10 ++++++++++ gdk-pixbuf/Makefile.am | 6 ++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 0da60bb99..8f3b1a4c7 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 7e12ec9ab..5a9890540 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. -- 2.43.2