aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-11-03 11:53:11 +0100
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-11-03 11:53:11 +0100
commit16a35cc268f49755cf8b447beb7c01957d23eb65 (patch)
tree0307f8494ab0c831c536ed6d04ac6626c2f22a5c
parent0e81b62c011c8ceea52bd77aa7d249fea6dee827 (diff)
downloadlibgpiod-16a35cc268f49755cf8b447beb7c01957d23eb65.tar.gz
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 <bartosz.golaszewski@linaro.org>
-rw-r--r--bindings/python/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/examples/Makefile.am b/bindings/python/examples/Makefile.am
index 52abafcc..88523125 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