From: Bartosz Golaszewski Date: Fri, 3 Nov 2023 10:53:11 +0000 (+0100) Subject: bindings: python: fix EXTRA_DIST for examples X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=16a35cc268f49755cf8b447beb7c01957d23eb65;p=qemu-gpiodev%2Flibgpiod.git bindings: python: fix EXTRA_DIST for examples 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 --- diff --git a/bindings/python/examples/Makefile.am b/bindings/python/examples/Makefile.am index 52abafc..8852312 100644 --- a/bindings/python/examples/Makefile.am +++ b/bindings/python/examples/Makefile.am @@ -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