You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lirc/0019-build-Include-config.h...

26 lines
775 B

From 614ea57ffc672359b0353ecdfd471dcd18e700d4 Mon Sep 17 00:00:00 2001
From: Alec Leamas <leamas.alec@gmail.com>
Date: Fri, 30 Dec 2016 20:05:50 +0100
Subject: [PATCH] build: Include config.h in installed headers (#250).
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 1e41cab..868ad7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ dist_pkgconfig_DATA = lirc.pc lirc-driver.pc
headerdir = $(includedir)/lirc
nobase_header_HEADERS = include/media/lirc.h
-header_HEADERS = paths.h drivers/irpipe/irpipe.h
+header_HEADERS = paths.h config.h drivers/irpipe/irpipe.h
install-data-hook:
$(SED) -i -e '/^plugindir/s|/usr/lib|$(libdir)|' \
--
2.7.4