fix: use configured python when building the examples
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 23 Mar 2021 16:09:49 +0000 (12:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Mar 2021 17:53:42 +0000 (13:53 -0400)
commita4e2c093247d929471eae2f16fa7c4e799eedfe3
treed4e667185b565194fdc36dff3085f555ca36077b
parent2792781482a58865c7504100d8c1ba6db41193d1
fix: use configured python when building the examples

Prior to the refactoring of the autotools setup we used different python
detection mechanisms for the python agent feature and the example code.
The example code detection was flawed as it would only work with a
python binary named exactly 'python'. Wire the detected python binary in
the examples Makefile integration.

Change-Id: I07b9222a8869ff154073e5b72fb2ac0d70f14896
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/Makefile.am
doc/examples/gen-tp/Makefile
This page took 0.024962 seconds and 4 git commands to generate.