From: Thierry Reding Date: Tue, 7 Mar 2017 14:01:06 +0000 (+0100) Subject: tests: make gpiod-unit.h a source for gpiod-unit X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c2423431b88e4135183e7e5071c405e746ff1dde;p=qemu-gpiodev%2Flibgpiod.git tests: make gpiod-unit.h a source for gpiod-unit Listing gpiod-unit.h as a source for the gpiod-unit binary ensures that it is properly tracked as a dependency and that it will be included in distribution tarballs. Signed-off-by: Thierry Reding Signed-off-by: Bartosz Golaszewski --- diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 629c667..05197de 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -14,6 +14,7 @@ DEPENDENCIES = libgpiod.la check_PROGRAMS = gpiod-unit gpiod_unit_SOURCES = gpiod-unit.c \ + gpiod-unit.h \ tests-chip.c \ tests-iter.c \ tests-line.c \