On Wed, 2010-06-30 at 15:43 -0400, Behdad Esfahbod wrote:

> In your src/Makefile.am add "-version-info $(LT_VERSION_INFO)" to your
> library's LDFLAGS.

Or you could just do it directly:

libX11_la_LDFLAGS = -version-number 6:3:0 -no-undefined

gives you libX11.so.6.3.0.

libtool very sensibly only really documents -version-info because, in
this one instance, they chose to implement something so utterly
orthogonal to any library versioning scheme ever seen in the wild as to
be unusable, instead of their usual strategy of implementing something
so lowest-common-denominator as to be unusable.

- ajax

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
desktop-devel-list mailing list
desktop-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/desktop-devel-list

Reply via email to