From: Owen Taylor Date: Tue, 5 Mar 2002 15:40:48 +0000 (+0000) Subject: ue Mar 5 10:39:03 2002 Owen Taylor X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=ef6685731c4df296f68c6b82293a5de6518de24a;p=~andy%2Fgtk ue Mar 5 10:39:03 2002 Owen Taylor * Makefile.am (loaderdir): Put the modules into the GTK_BINARY_VERSION directory for consistency with immodules and theme engines. --- diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 1ea423199..f900a5b28 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 5 10:39:03 2002 Owen Taylor + + * Makefile.am (loaderdir): Put the modules into the + GTK_BINARY_VERSION directory for consistency with + immodules and theme engines. + Sat Mar 2 22:11:10 2002 Owen Taylor * gdk-pixbuf-io.c (_gdk_pixbuf_load_module): If we diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 0c11eeacf..b40c1f36e 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -42,7 +42,7 @@ endif lib_LTLIBRARIES = \ libgdk_pixbuf-1.3.la -loaderdir = $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders +loaderdir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/loaders module_libs = libgdk_pixbuf-1.3.la $(GDK_PIXBUF_DEP_LIBS)