Move liblttng-ust-cyg-profile to 'src/lib/'
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 9 Apr 2021 18:17:48 +0000 (14:17 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Apr 2021 18:06:01 +0000 (14:06 -0400)
commit18a76df9471a85f29dcf1ed4dbce5e1db5e6e675
treee675ce4ea30078005b5dfe1588cd54a6c1bedaa3
parent7d03a1923ee8d9f96edd3b0d8771931e473c8e19
Move liblttng-ust-cyg-profile 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: Ia06cfce8b57db814dc17ba01829e1498c4cb7aea
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
22 files changed:
.gitignore
configure.ac
src/Makefile.am
src/lib/Makefile.am
src/lib/lttng-ust-cyg-profile/Makefile.am [new file with mode: 0644]
src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.c [new file with mode: 0644]
src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h [new file with mode: 0644]
src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.c [new file with mode: 0644]
src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h [new file with mode: 0644]
src/lib/lttng-ust-cyg-profile/run [new file with mode: 0755]
src/lib/lttng-ust-cyg-profile/run-fast [new file with mode: 0755]
src/lib/lttng-ust-fork/Makefile.am [new file with mode: 0644]
src/lib/lttng-ust-fork/ustfork.c [new file with mode: 0644]
src/liblttng-ust-cyg-profile/Makefile.am [deleted file]
src/liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.c [deleted file]
src/liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h [deleted file]
src/liblttng-ust-cyg-profile/lttng-ust-cyg-profile.c [deleted file]
src/liblttng-ust-cyg-profile/lttng-ust-cyg-profile.h [deleted file]
src/liblttng-ust-cyg-profile/run [deleted file]
src/liblttng-ust-cyg-profile/run-fast [deleted file]
src/liblttng-ust-fork/Makefile.am [deleted file]
src/liblttng-ust-fork/ustfork.c [deleted file]
This page took 0.026313 seconds and 4 git commands to generate.