aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-14 10:15:40 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-03-22 12:18:29 +0100
commit7b9fa0ade3a8847c779f46fe50c97eed86917abc (patch)
treed8fc6bfc67360c2e434896da5d3774758801d82b /src/CMakeLists.txt
parentfc5a7fe1dd3c8a23860d53f50e4e54d139ae4746 (diff)
Rename afb-systemd to systemd
Files "afb-systemd.[ch]" are renamed "systemd.[ch]" and their functions "afb_systemd_*" are renamed "systemd_*" Change-Id: I8362a2ca8b71945b54c6ab9a7ead51d9c50bc8e2 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 086a2aa1..3c9763d3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -56,7 +56,6 @@ SET(AFB_LIB_SOURCES
afb-session.c
afb-socket.c
afb-stub-ws.c
- afb-systemd.c
afb-trace.c
afb-websock.c
afb-ws-client.c
@@ -74,6 +73,7 @@ SET(AFB_LIB_SOURCES
process-name.c
sig-monitor.c
subpath.c
+ systemd.c
verbose.c
watchdog.c
websock.c