summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2018-12-05 21:51:08 +0100
committerMarcel Holtmann <marcel@holtmann.org>2018-12-05 21:52:00 +0100
commit6af93ebf03a8de43fea4dc4805c95b0c6f2337ed (patch)
treed825417ac93ddb54b88a6c3b8818807dd4235823 /Makefile.am
parentdf11a63e3f4ecb51fd867ded628724b9b3b60252 (diff)
downloadofono-6af93ebf03a8de43fea4dc4805c95b0c6f2337ed.tar.gz
build: Include ell/timeout.[ch] into ELL sources list
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 21f776b6..a20fe056 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,7 @@ ell_headers = ell/util.h \
ell/main.h \
ell/idle.h \
ell/signal.h \
+ ell/timeout.h \
ell/io.h \
ell/log.h \
ell/checksum.h \
@@ -41,6 +42,7 @@ ell_sources = ell/private.h \
ell/main.c \
ell/idle.c \
ell/signal.c \
+ ell/timeout.c \
ell/io.c \
ell/log.c \
ell/checksum.c \