Use libtool syntax in LDADD
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 26 Mar 2020 21:18:41 +0000 (17:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 Jul 2020 16:44:52 +0000 (12:44 -0400)
commit4350ff080fb9b00d39153752bdf5972ba5234e74
tree8aed1a28899e83a68e93374f38feb19e81fd65d1
parente6e508c974088acd37ab97753632745f30eabe3e
Use libtool syntax in LDADD

Use .la files to add link dependencies between libraries, linking
directly to the content of '.libs' is relying on an implementation
detail of libtool.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I6fe0157e23f13cd69c436111a2e743fa1c763d64
liblttng-ust-cyg-profile/Makefile.am
liblttng-ust-java-agent/jni/common/Makefile.am
liblttng-ust-java-agent/jni/jul/Makefile.am
liblttng-ust-java-agent/jni/log4j/Makefile.am
liblttng-ust-java/Makefile.am
liblttng-ust-libc-wrapper/Makefile.am
liblttng-ust-python-agent/Makefile.am
This page took 0.025422 seconds and 5 git commands to generate.