From 80b1d6a6eeab8409e42d94a995ef3fc463314e4b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 12 Aug 2019 19:46:17 +0200 Subject: build: Add internal copy of linux/gpio.h for older systems --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7fb45d35..6cb8aca3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -695,7 +695,8 @@ builtin_sources += plugins/allowed-apns.c sbin_PROGRAMS = src/ofonod -src_ofonod_SOURCES = $(builtin_sources) $(gatchat_sources) src/ofono.ver \ +src_ofonod_SOURCES = $(builtin_sources) $(gatchat_sources) \ + linux/gpio.h src/ofono.ver \ src/main.c src/ofono.h src/log.c src/plugin.c \ src/modem.c src/common.h src/common.c \ src/manager.c src/dbus.c src/util.h src/util.c \ -- cgit v1.2.1