Move liblttng-ust-libc-wrapper to 'src/lib/'
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 9 Apr 2021 18:13:14 +0000 (14:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Apr 2021 18:05:41 +0000 (14:05 -0400)
commit7d03a1923ee8d9f96edd3b0d8771931e473c8e19
tree84129d836e6677f899a4f4dbecfda67adde4adec
parentf1b5fe11a15ca3bc3e45074673eeff5992d3daaf
Move liblttng-ust-libc-wrapper 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: I81b23df257bbfe3490f6ee7836b93732fcfb9fb2
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 files changed:
.gitignore
configure.ac
src/Makefile.am
src/lib/Makefile.am
src/lib/lttng-ust-libc-wrapper/Makefile.am [new file with mode: 0644]
src/lib/lttng-ust-libc-wrapper/README [new file with mode: 0644]
src/lib/lttng-ust-libc-wrapper/lttng-ust-malloc.c [new file with mode: 0644]
src/lib/lttng-ust-libc-wrapper/lttng-ust-pthread.c [new file with mode: 0644]
src/lib/lttng-ust-libc-wrapper/run [new file with mode: 0755]
src/lib/lttng-ust-libc-wrapper/ust_libc.h [new file with mode: 0644]
src/lib/lttng-ust-libc-wrapper/ust_pthread.h [new file with mode: 0644]
src/liblttng-ust-libc-wrapper/Makefile.am [deleted file]
src/liblttng-ust-libc-wrapper/README [deleted file]
src/liblttng-ust-libc-wrapper/lttng-ust-malloc.c [deleted file]
src/liblttng-ust-libc-wrapper/lttng-ust-pthread.c [deleted file]
src/liblttng-ust-libc-wrapper/run [deleted file]
src/liblttng-ust-libc-wrapper/ust_libc.h [deleted file]
src/liblttng-ust-libc-wrapper/ust_pthread.h [deleted file]
This page took 0.025377 seconds and 4 git commands to generate.