fix: 'make dist' without javah
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 7 Jul 2022 21:01:54 +0000 (17:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Aug 2022 19:28:52 +0000 (15:28 -0400)
commit6516f3561accc82119359d9a60660e5e3e37bd11
tree7d2517e654fa2ec9aa7469fc9ca5338c41284ee6
parent67ceba204e9a5bb616f45142acfc5d19812821a3
fix: 'make dist' without javah

Don't use 'BUILT_SOURCES' for the header file generated by javah /
javac, files added to this target will be generated on 'make dist'
regardless of the configuration or presence of the required tools.

Add proper make dependencies between the different targets instead of
using 'all-local'.

Set JAVAROOT to a temporary directory to properly clean class files and
avoid confusing javah when it's used to generate the JNI header.

Change-Id: I8544d0418039ba667d062cb01c924368ab702ab7
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/lib/lttng-ust-java/Makefile.am
This page took 0.024928 seconds and 4 git commands to generate.