Refactoring requests and context handling
[src/app-framework-binder.git] / src / CMakeLists.txt
index bc5fd4f..707b2e0 100644 (file)
@@ -1,20 +1,22 @@
 
 ADD_LIBRARY(src OBJECT
-       main.c
-       session.c
+       afb-api-dbus.c
+       afb-api-so.c
+       afb-apis.c
+       afb-common.c
+       afb-context.c
+       afb-hreq.c
        afb-hsrv.c
        afb-hswitch.c
-       afb-apis.c
-       afb-api-so.c
        afb-method.c
-       afb-hreq.c
+       afb-msg-json.c
        afb-websock.c
-       afb-ws.c
        afb-ws-json.c
-       afb-msg-json.c
-       afb-common.c
-       websock.c
+       afb-ws.c
+       main.c
+       session.c
        verbose.c
+       websock.c
 )
 
 INCLUDE_DIRECTORIES(${include_dirs})