Introduce apiset for grouping apis
[src/app-framework-binder.git] / src / CMakeLists.txt
index 83977e2..3b1f145 100644 (file)
@@ -56,15 +56,18 @@ 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
+       afb-cred.c
+       afb-ditf.c
        afb-evt.c
        afb-hook.c
        afb-hreq.c