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