From c2423431b88e4135183e7e5071c405e746ff1dde Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Tue, 7 Mar 2017 15:01:06 +0100 Subject: [PATCH] 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 --- tests/unit/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2