Fix compilation issue with newer ell, which seems to have some
extra timeout handling.

  CC       ell/main.lo
ell/main.c:44:21: fatal error: timeout.h: No such file or directory
 #include "timeout.h"
                     ^
compilation terminated.
make[1]: *** [Makefile:4068: ell/main.lo] Error 1
make: *** [Makefile:2357: all] Error 2
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 21f776b6..f5453bed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,7 @@ ell_headers = ell/util.h \
                        ell/strv.h \
                        ell/utf8.h \
                        ell/queue.h \
+                       ell/timeout.h \
                        ell/main.h \
                        ell/idle.h \
                        ell/signal.h \
@@ -38,6 +39,7 @@ ell_sources = ell/private.h \
                        ell/strv.c \
                        ell/utf8.c \
                        ell/queue.c \
+                       ell/timeout.c \
                        ell/main.c \
                        ell/idle.c \
                        ell/signal.c \
-- 
2.20.1

_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to