]> Pileus Git - ~andy/gtk/commitdiff
Use libart-config correctly; find gnome-config separately. Fix GNOME_LIBS
authorHavoc Pennington <hp@pobox.com>
Thu, 4 Nov 1999 20:04:02 +0000 (20:04 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Thu, 4 Nov 1999 20:04:02 +0000 (20:04 +0000)
1999-11-04  Havoc Pennington  <hp@pobox.com>

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

gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am

index 88e075873123c79eb5e0456fe66cfd384b1a8775..8df225dee6285733f1c82cd10bd4b486e588c20f 100644 (file)
@@ -1,3 +1,15 @@
+1999-11-04  Havoc Pennington  <hp@pobox.com>
+
+       * 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  <drmike@redhat.com>
 
        * src/io-jpeg.c (image_begin_load): Add update_func callback.
index 58337c408abbc5ab82cf2003e9da30d48d969b75..080742a6712b3ff968900e0883a98f9be1ae69eb 100644 (file)
@@ -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