summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 6aa8f8fe..a569c4a3 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 \
@@ -41,6 +42,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 \