Add default api to apiset
[src/app-framework-binder.git] / src / CMakeLists.txt
index 6956d0d..fe497fc 100644 (file)
@@ -56,12 +56,13 @@ INCLUDE_DIRECTORIES(
 )
 
 ADD_LIBRARY(afb-lib STATIC
+       afb-api.c
        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-apiset.c
        afb-common.c
        afb-config.c
        afb-context.c
@@ -76,8 +77,9 @@ ADD_LIBRARY(afb-lib STATIC
        afb-msg-json.c
        afb-perm.c
        afb-session.c
-       afb-svc.c
+       afb-stub-ws.c
        afb-subcall.c
+       afb-svc.c
        afb-websock.c
        afb-ws-client.c
        afb-ws-json1.c