]> Pileus Git - ~andy/gtk/commitdiff
Use GTK+ version soname scheme for gdk-pixbuf.
authorOwen Taylor <otaylor@redhat.com>
Thu, 6 Jul 2000 15:50:54 +0000 (15:50 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 6 Jul 2000 15:50:54 +0000 (15:50 +0000)
Thu Jul  6 11:49:47 2000  Owen Taylor  <otaylor@redhat.com>

* Makefile.am (libgdk_pixbuf_la_LDFLAGS): Use GTK+ version
soname scheme for gdk-pixbuf.

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

index c014e6b93382159611381879fe4b0e09a0fc63cc..c6f78223ced339e7f78e035dd08e6ae1ac2da9d3 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jul  6 11:49:47 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am (libgdk_pixbuf_la_LDFLAGS): Use GTK+ version
+       soname scheme for gdk-pixbuf.
+
 2000-06-21  Havoc Pennington  <hp@pobox.com>
 
        * gdk-pixbuf.c: Convert GdkPixbuf to GObject, leaving it opaque
index b66e2ef54d87ee883166c0df29e7ec84d254ec2c..8bb61b676a2445b80722bde7191ea9aa352fa1e5 100644 (file)
@@ -155,7 +155,10 @@ libgdk_pixbuf_la_SOURCES =         \
        gdk-pixbuf-util.c       \
        $(extra_sources)
 
-libgdk_pixbuf_la_LDFLAGS = -version-info 2:0:0 $(GLIB_LIBS)
+libgdk_pixbuf_la_LDFLAGS =                                     \
+       -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)    \
+       -release $(LT_RELEASE)                                  \
+       $(GLIB_LIBS) 
 libgdk_pixbuf_la_LIBADD = pixops/libpixops.la
 
 libgdk_pixbufinclude_HEADERS = \