forked from AuroraMiddleware/gtk
Use GTK+ version soname scheme for gdk-pixbuf.
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.
This commit is contained in:
parent
f3d8cf9252
commit
166ba89af8
@ -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
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user