Make dlopen more robust by using the .0 target for the library
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Dec 2011 16:10:31 +0000 (11:10 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Dec 2011 16:10:31 +0000 (11:10 -0500)
commita334646a99520fdcf81e1460a839cae5c6d06f2c
treed68ac1c0dd40cf145e266968ab2fb627757d4fbf
parent943be3a0046d008e90ecf503be582540a463091d
Make dlopen more robust by using the .0 target for the library

We've experienced a double library load on a setup where the lttng-ust
.so and .so.0 were two physical files instead of a symlink (as they
should be). So let's make liblttng-ust slightly more robust by
specifying the target .so.0 instead of .so. It will also make handling
of library version upgrades easier.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
include/lttng/tracepoint.h
liblttng-ust/Makefile.am
libringbuffer/Makefile.am
This page took 0.025952 seconds and 4 git commands to generate.