forked from AuroraMiddleware/gtk
Added gdk-pixbuf-drawable to Makefile.am so it is compiled into
libgdk_pixbuf.
This commit is contained in:
parent
e29e536d20
commit
bab6969765
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user