bindings: python: fix EXTRA_DIST for examples
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 3 Nov 2023 10:53:11 +0000 (11:53 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 3 Nov 2023 10:53:11 +0000 (11:53 +0100)
One of the example scripts is named differently than what the Makefile
lists it as. Change the EXTRA_DIST variable to fix it.

Fixes: 96c52d3e595b ("bindings: python: examples: replace tools examples with use case examples")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/examples/Makefile.am

index 52abafcc3b0d3bf85f464d68c91c064b794c7c53..88523125e86c5f64fa4bdd0802feb6cd1ef23bc5 100644 (file)
@@ -11,7 +11,7 @@ EXTRA_DIST = \
        reconfigure_input_to_output.py \
        toggle_line_value.py \
        toggle_multiple_line_values.py \
-       watch_line_requests.py \
+       watch_line_info.py \
        watch_line_value.py \
        watch_line_rising.py \
        watch_multiple_line_values.py