summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2002-03-05 15:40:48 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-05 15:40:48 +0000
commitef6685731c4df296f68c6b82293a5de6518de24a (patch)
tree4031167aacaf6be380a5dbb498a4e51f62fcdd1c /gdk-pixbuf
parent3305137ff3e6cfadc13aa160ef29ef0620112be1 (diff)
downloadgdk-pixbuf-ef6685731c4df296f68c6b82293a5de6518de24a.tar.gz
ue 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.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/ChangeLog6
-rw-r--r--gdk-pixbuf/Makefile.am2
2 files changed, 7 insertions, 1 deletions
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 <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
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)