]> Pileus Git - ~andy/gtk/commitdiff
ue Mar 5 10:39:03 2002 Owen Taylor <otaylor@redhat.com>
authorOwen Taylor <otaylor@src.gnome.org>
Tue, 5 Mar 2002 15:40:48 +0000 (15:40 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 5 Mar 2002 15:40:48 +0000 (15:40 +0000)
        * Makefile.am (loaderdir): Put the modules into the
        GTK_BINARY_VERSION directory for consistency with
        immodules and theme engines.

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

index 1ea423199b0327f74abed03e951898278f04ee5f..f900a5b2840e9ec71021be1d109f792b3455dde6 100644 (file)
@@ -1,3 +1,9 @@
+Tue Mar  5 10:39:03 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * gdk-pixbuf-io.c (_gdk_pixbuf_load_module): If we
index 0c11eeacf796e338c51b5be62d42f1624e07d663..b40c1f36ef6769366841f2e677f0b566ca0e6149 100644 (file)
@@ -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)