Factorize common code for handling requests
[src/app-framework-binder.git] / src / CMakeLists.txt
index 08a2290..919e0d5 100644 (file)
@@ -56,6 +56,8 @@ INCLUDE_DIRECTORIES(
 ADD_LIBRARY(afb-lib STATIC
        afb-api-dbus.c
        afb-api-so.c
+       afb-api-so-v1.c
+       afb-api-so-v2.c
        afb-api-ws.c
        afb-apis.c
        afb-common.c
@@ -69,7 +71,6 @@ ADD_LIBRARY(afb-lib STATIC
        afb-method.c
        afb-msg-json.c
        afb-session.c
-       afb-sig-handler.c
        afb-svc.c
        afb-subcall.c
        afb-thread.c
@@ -78,7 +79,11 @@ ADD_LIBRARY(afb-lib STATIC
        afb-ws-json1.c
        afb-ws.c
        afb-wsj1.c
+       afb-xreq.c
+       jobs.c
        locale-root.c
+       sd-fds.c
+       sig-monitor.c
        verbose.c
        websock.c
 )