From 4048a08a966d4baa038a421ee4a8c5e4b52afab8 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 5 Jan 2017 16:11:08 +0100 Subject: [PATCH] gpiomon: fix Makefile.am Add gpiomon to the list of programs to build. Signed-off-by: Bartosz Golaszewski --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d47b230..d996f87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ include_HEADERS = gpiod.h libgpiod_la_SOURCES = core.c -bin_PROGRAMS = gpiodetect gpioinfo gpioget gpioset +bin_PROGRAMS = gpiodetect gpioinfo gpioget gpioset gpiomon gpiodetect_SOURCES = gpiodetect.c gpiodetect_LDFLAGS = -lgpiod -- 2.30.2