summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-13 17:09:05 +0100
committerJose Bollo <jose.bollo@iot.bzh>2019-03-27 10:48:40 +0100
commit418ba126a955ee38804152c6c905ff200bbc1a92 (patch)
tree074fff556d86097a54e1d1eae38a27c0d1ab430f /src/CMakeLists.txt
parentbf7fe722bcfc23dfc38d5adc765eadc3316b70a2 (diff)
watchdog: Isolate the watchdog from jobs
Change-Id: Iaa7f71dc7e5d8d525463619b4da980c827722909 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 47332687..086a2aa1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -75,6 +75,7 @@ SET(AFB_LIB_SOURCES
sig-monitor.c
subpath.c
verbose.c
+ watchdog.c
websock.c
wrap-json.c
)