I've temporarily disabled compilation of the gdk-pixbuf-drawable module.

Federico pointed out some problems with it. It'll be re-enabled when those
are fixed.
This commit is contained in:
Cody Russell 1999-10-07 18:04:04 +00:00
parent e41dd6a199
commit 2453bc3cca

View File

@ -44,14 +44,14 @@ testpixbuf_LDADD = $(LDADDS)
libgdk_pixbufincludedir = $(includedir)/gdk-pixbuf
libgdk_pixbuf_la_SOURCES = \
# gdk-pixbuf-drawable.c \
gdk-pixbuf.c \
gdk-pixbuf-io.c \
gdk-pixbuf-drawable.c
gdk-pixbuf-io.c
libgdk_pixbufinclude_HEADERS = \
# gdk-pixbuf-drawable.h \
gdk-pixbuf.h \
gdk-pixbuf-io.h \
gdk-pixbuf-drawable.h
gdk-pixbuf-io.h
#
# The PNG plugin.