From 22247d609bad93f363353b084dd8fb6ead4b6348 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 5 Jan 2017 10:27:31 +0100 Subject: [PATCH] build: install headers too Signed-off-by: Bartosz Golaszewski --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 14ff577..585dac4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,8 @@ AM_CPPFLAGS += -fvisibility=hidden -D_GNU_SOURCE lib_LTLIBRARIES = libgpiod.la +include_HEADERS = gpiod.h + libgpiod_la_SOURCES = core.c bin_PROGRAMS = gpiodetect gpioinfo gpioget gpioset -- 2.30.2