bindings: rust: package new examples in the distro tarball
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 15 Jun 2023 08:50:26 +0000 (10:50 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 15 Jun 2023 08:50:26 +0000 (10:50 +0200)
Add new example files 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/rust/libgpiod/examples/Makefile.am

index c1d2c174370ed61e2efb689800eab8ad1771e324..b3338bd80f8dd9e0c2faff7371e7092d37a701c2 100644 (file)
@@ -3,6 +3,7 @@
 # SPDX-FileCopyrightText: 2022 Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
 
 EXTRA_DIST = \
+       get_line_value.rs \
        gpiodetect.rs \
        gpio_events.rs \
        gpiofind.rs \
@@ -12,4 +13,6 @@ EXTRA_DIST = \
        gpionotify.rs \
        gpioset.rs \
        gpio_threaded_info_events.rs \
-       gpiowatch.rs
+       gpiowatch.rs \
+       toggle_line_value.rs \
+       watch_line_value.rs