Move liblttng-ust-python-agent to 'src/lib/'
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 9 Apr 2021 18:04:28 +0000 (14:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Apr 2021 18:04:42 +0000 (14:04 -0400)
commitf1b5fe11a15ca3bc3e45074673eeff5992d3daaf
tree0b4142f2ac97559b4bc730b6c851db0df7ac0316
parentbd515d28b67d421b0944a193a86e61b903f63270
Move liblttng-ust-python-agent to 'src/lib/'

Move all public libraries under 'src/lib/'.

This is part of an effort to standardize our autotools setup across
projects to simplify maintenance.

Change-Id: If0eb731cc8f7faa860153f163b57f14292b7f522
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
.gitignore
configure.ac
src/Makefile.am
src/lib/Makefile.am [new file with mode: 0644]
src/lib/lttng-ust-python-agent/Makefile.am [new file with mode: 0644]
src/lib/lttng-ust-python-agent/lttng_ust_python.c [new file with mode: 0644]
src/lib/lttng-ust-python-agent/lttng_ust_python.h [new file with mode: 0644]
src/liblttng-ust-python-agent/Makefile.am [deleted file]
src/liblttng-ust-python-agent/lttng_ust_python.c [deleted file]
src/liblttng-ust-python-agent/lttng_ust_python.h [deleted file]
This page took 0.025471 seconds and 4 git commands to generate.