From c9ba2ce49808a19a4ef982280a46256797b830ae Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 30 Mar 2017 19:02:06 +0200 Subject: Start to implement the bindings V2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit More work has to be done for merging common code. Change-Id: I72b01901f978854843967c12bfcb3cc59cc10310 Signed-off-by: José Bollo --- 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 a0579cf9..653cf8c9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -57,6 +57,7 @@ ADD_LIBRARY(afb-lib STATIC 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-common.c -- cgit 1.2.3-korg