I need sleep

I need sleep
This commit is contained in:
Mark Crichton
2000-03-02 06:00:48 +00:00
parent f3d23741bf
commit 0e5e03edb9
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2000-03-01 Mark Crichton <crichton@gimp.org>
* gdk-pixbuf/Makefile.am: Doh. Still trying to compile the
canvas item. Moved the LDADD and SOURCES around to fix.
2000-03-01 Mark Crichton <crichton@gimp.org>
* configure.in: Added BUILD_CANVAS_ITEM stuff to (finally)

View File

@@ -1,12 +1,14 @@
SUBDIRS = pixops
if BUILD_CANVAS_ITEM
if (!BUILD_CANVAS_ITEM)
CANVAS_PIXBUF_LIB =
CANVAS_PIXBUF_HEADERFILES =
EXTRA_GNOME_LIBS =
else
CANVAS_PIXBUF_LIB = libgnomecanvaspixbuf.la
CANVAS_PIXBUF_HEADERFILES=gnome-canvas-pixbuf.h
libgnomecanvaspixbuf_la_SOURCES = gnome-canvas-pixbuf.c
libgnomecanvaspixbuf_la_LDFLAGS = $(EXTRA_GNOME_LIBS)
EXTRA_GNOME_LIBS = $(GNOME_LIBS)
endif
@@ -14,8 +16,6 @@ lib_LTLIBRARIES = \
libgdk_pixbuf.la \
$(CANVAS_PIXBUF_LIB)
libgnomecanvaspixbuf_la_SOURCES = gnome-canvas-pixbuf.c
libgnomecanvaspixbuf_la_LDFLAGS = $(EXTRA_GNOME_LIBS)
libexecdir = $(libdir)/gdk-pixbuf/loaders