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.
This commit is contained in:
Owen Taylor 2002-03-05 15:40:48 +00:00
parent 3305137ff3
commit ef6685731c
2 changed files with 7 additions and 1 deletions

View 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

View 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)