summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2019-08-12 19:46:17 +0200
committerMarcel Holtmann <marcel@holtmann.org>2019-08-12 19:46:17 +0200
commit80b1d6a6eeab8409e42d94a995ef3fc463314e4b (patch)
treeaf764f78a4740e7f941dd866a6534862a21cb571 /Makefile.am
parent7c3e2728e3a4151a51d6f671ac404c4fd3c69992 (diff)
downloadofono-80b1d6a6eeab8409e42d94a995ef3fc463314e4b.tar.gz
build: Add internal copy of linux/gpio.h for older systems
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \