diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 88e0758731..8df225dee6 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,15 @@ +1999-11-04 Havoc Pennington + + * configure.in: Use libart-config correctly; find gnome-config + separately. Fix GNOME_LIBS to be correct in "no gnome installed + yet" case. + + * src/Makefile.am: Link to GNOME_LIBS instead of a hardcoded + library list. + + Patch untested in the inside-gnome-libs case, I need to commit + then check out to the gnome-libs I'm using. + 1999-11-04 Michael Fulbright * src/io-jpeg.c (image_begin_load): Add update_func callback. diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 58337c408a..080742a671 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -35,7 +35,7 @@ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\"" LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS) -testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) -lgnomeui -lart_lgpl -lgdk_imlib -lgtk -lgdk -lgmodule -lgnome -lgnomesupport +testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) -lgmodule # # The GdkPixBuf library