Use a variable to select the dlopen lib in Makefiles
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 20 Dec 2018 20:22:39 +0000 (15:22 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Dec 2018 21:05:43 +0000 (16:05 -0500)
commit9d4d2a639afc19a1bd705ea560782917ac892596
tree8e6ae295a5bbcbfd29c2626e0c4d7438a312f9cb
parenta424659d23d52532edcbd642d5be62e1b9888477
Use a variable to select the dlopen lib in Makefiles

Instead of multiple conditionnals, it makes for cleaner and more
readable Makefiles.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
15 files changed:
configure.ac
liblttng-ust-cyg-profile/Makefile.am
liblttng-ust-dl/Makefile.am
liblttng-ust-fd/Makefile.am
liblttng-ust-fork/Makefile.am
liblttng-ust-libc-wrapper/Makefile.am
liblttng-ust/Makefile.am
tests/benchmark/Makefile.am
tests/ctf-types/Makefile.am
tests/hello-many/Makefile.am
tests/hello.cxx/Makefile.am
tests/hello/Makefile.am
tests/same_line_tracepoint/Makefile.am
tests/test-app-ctx/Makefile.am
tests/ust-variant/Makefile.am
This page took 0.025935 seconds and 5 git commands to generate.