Python agent lib soname major bump
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 3 Mar 2021 17:10:20 +0000 (12:10 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 29 Mar 2021 17:59:55 +0000 (13:59 -0400)
commit50d2bb48d09d5b6ae23185e8f916152e2371d04a
tree718acd4d2bccd8bb95e4bf5bcf7c80cbb723a608
parent3d3dc207c16d90ecd80eb1e757fe8b94ff317c63
Python agent lib soname major bump

Make the python agent library follow the main library soname for
co-installability with previous versions. Also use the value provided by
the build system instead of manually synchronizing it.

Change-Id: Ieef9b9ca6dcfd08b7834e5faafef3935a6a1a232
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
.gitignore
configure.ac
liblttng-ust-python-agent/Makefile.am
python-lttngust/Makefile.am
python-lttngust/lttngust/__init__.py [new file with mode: 0644]
python-lttngust/lttngust/__init__.py.in [deleted file]
python-lttngust/lttngust/loghandler.py
python-lttngust/lttngust/version.py.in [new file with mode: 0644]
This page took 0.026281 seconds and 4 git commands to generate.