afb-systemd: Integrate sd-fds features
[src/app-framework-binder.git] / src / CMakeLists.txt
index 353db3b..4ef8785 100644 (file)
@@ -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
@@ -63,7 +64,6 @@ ADD_LIBRARY(afb-lib STATIC
        jobs.c
        locale-root.c
        process-name.c
-       sd-fds.c
        sig-monitor.c
        subpath.c
        verbose.c
@@ -85,7 +85,7 @@ INSTALL(TARGETS afb-daemon
 ###########################################
 # build and install afb-daemon
 ###########################################
-ADD_EXECUTABLE(afs-supervisor afs-supervisor.c)
+ADD_EXECUTABLE(afs-supervisor afs-supervisor.c afs-discover.c)
 TARGET_LINK_LIBRARIES(afs-supervisor
        afb-lib
        ${link_libraries}