From 354dfe503ca992a0233ae5c35350d7fd6d5521f6 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 29 Nov 2019 18:41:59 +0100 Subject: afb-perm: separate access to permission db MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Access to permission database is better handled in a separate file. It will afterward evolve to integrate cynagora. Bug-AGL: SPEC-2968 Signed-off-by: José Bollo Change-Id: Iebcd4e227e3e6c318029926499afb9d41d3f72c7 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d422f6b9..cf978c95 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -100,6 +100,7 @@ SET(AFB_LIB_SOURCES afb-method.c afb-monitor.c afb-msg-json.c + afb-perm.c afb-permission-text.c afb-proto-ws.c afb-session.c -- cgit 1.2.3-korg