From 6af93ebf03a8de43fea4dc4805c95b0c6f2337ed Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 5 Dec 2018 21:51:08 +0100 Subject: [PATCH] build: Include ell/timeout.[ch] into ELL sources list --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \