Added gdk-pixbuf-drawable to Makefile.am so it is compiled into

libgdk_pixbuf.
This commit is contained in:
Cody Russell 1999-10-07 06:16:16 +00:00
parent e29e536d20
commit bab6969765
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,13 @@
1999-10-07 Cody Russell <bratsche@dfw.net>
* 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 <michael@nuclecu.unam.mx>
* src/gdk-pixbuf.c (gdk_pixbuf_new): created.

View File

@ -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.