Switch to libsystemd events
[src/app-framework-binder.git] / src / CMakeLists.txt
index 6eeb431..bc5fd4f 100644 (file)
@@ -2,14 +2,20 @@
 ADD_LIBRARY(src OBJECT
        main.c
        session.c
-       http-svc.c
-       afb-api.c
-       afb-plugins.c
+       afb-hsrv.c
+       afb-hswitch.c
+       afb-apis.c
+       afb-api-so.c
        afb-method.c
        afb-hreq.c
        afb-websock.c
+       afb-ws.c
+       afb-ws-json.c
+       afb-msg-json.c
+       afb-common.c
        websock.c
-       helper-api.c)
+       verbose.c
+)
 
 INCLUDE_DIRECTORIES(${include_dirs})