From: Bartosz Golaszewski Date: Thu, 15 Jun 2023 08:43:31 +0000 (+0200) Subject: bindings: python: package new examples in the distro tarball X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d0e098838cd7de5949bd87cb43dff372711dbd0c;p=qemu-gpiodev%2Flibgpiod.git bindings: python: package new examples in the distro tarball 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 --- diff --git a/bindings/python/examples/Makefile.am b/bindings/python/examples/Makefile.am index 9463a9f..c8c1c98 100644 --- a/bindings/python/examples/Makefile.am +++ b/bindings/python/examples/Makefile.am @@ -2,10 +2,14 @@ # SPDX-FileCopyrightText: 2022 Bartosz Golaszewski 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