Factorize common code for handling requests
[src/app-framework-binder.git] / src / CMakeLists.txt
index 6cbc6fa..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
@@ -77,6 +79,7 @@ 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