summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-02-21 11:38:59 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2018-02-21 11:38:59 +0100
commitb182590a555afe093d2d6e5cdf3e1e2410d1a0f5 (patch)
treefa423cca01de124da4ddfda6d2bae96c367685b9 /src/CMakeLists.txt
parent587d83da1a6efd68ff45e308dd9691a00fc53fba (diff)
afb-systemd: Isolate systemd main entries
This change prepares the possibilty to remove the dependency to systemd/libsystemd. Change-Id: Ife4181d6c7195230a11a32e527b8973af6a096e1 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 89a181f5..436eaf02 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -53,6 +53,7 @@ ADD_LIBRARY(afb-lib STATIC
afb-session.c
afb-stub-ws.c
afb-supervision.c
+ afb-systemd.c
afb-trace.c
afb-websock.c
afb-ws-client.c