implement authorisation check
[src/app-framework-binder.git] / src / CMakeLists.txt
index fe497fc..2f97fd1 100644 (file)
@@ -22,6 +22,7 @@ endif(CMAKE_C_COMPILER_VERSION VERSION_LESS 4.9)
 
 INCLUDE(FindPkgConfig)
 
+ADD_SUBDIRECTORY(genskel)
 ADD_SUBDIRECTORY(tests)
 
 ADD_DEFINITIONS(-DBINDING_INSTALL_DIR="${binding_install_dir}")
@@ -63,6 +64,7 @@ ADD_LIBRARY(afb-lib STATIC
        afb-api-so-v2.c
        afb-api-ws.c
        afb-apiset.c
+       afb-auth.c
        afb-common.c
        afb-config.c
        afb-context.c
@@ -74,8 +76,8 @@ ADD_LIBRARY(afb-lib STATIC
        afb-hsrv.c
        afb-hswitch.c
        afb-method.c
+       afb-monitor.c
        afb-msg-json.c
-       afb-perm.c
        afb-session.c
        afb-stub-ws.c
        afb-subcall.c