bindings: python: package new examples in the distro tarball
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 15 Jun 2023 08:43:31 +0000 (10:43 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 15 Jun 2023 08:43:31 +0000 (10:43 +0200)
Add new example scripts to EXTRA_DIST in the Makefile so that they end up
being shipped with the rest of the code.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/examples/Makefile.am

index 9463a9fba2deb0c71fb89e8a874dac4d8fb0e958..c8c1c9846f46e55073c4e6d9371f347ebba0471f 100644 (file)
@@ -2,10 +2,14 @@
 # SPDX-FileCopyrightText: 2022 Bartosz Golaszewski <brgl@bgdev.pl>
 
 EXTRA_DIST = \
+       async_watch_line_value.py \
+       get_line_value.py \
        gpiodetect.py \
        gpiofind.py \
        gpioget.py \
        gpioinfo.py \
        gpiomon.py \
        gpionotify.py \
-       gpioset.py
+       gpioset.py \
+       toggle_line_value.py \
+       watch_line_value.py