aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-19 10:14:04 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-09 14:08:28 +0200
commit33e615ea0cc26131532f4615ef4a2034488fa48e (patch)
tree73f0e661862ffc41cf50e7cd62af872398b30e40 /src/CMakeLists.txt
parent8be63ed03413ee79bb3aa3900950f695eb511960 (diff)
afb-export: refactor of binder interface
The interfaces of the binder called afb_ditf and afb_svc are merged together to create the afb_export structure. Change-Id: I841ba04d7b2f94bfc19f691ec746d0bd221f164d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 74702ad3..39b7fe1a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -43,8 +43,8 @@ ADD_LIBRARY(afb-lib STATIC
afb-context.c
afb-cred.c
afb-debug.c
- afb-ditf.c
afb-evt.c
+ afb-export.c
afb-hook.c
afb-hreq.c
afb-hsrv.c
@@ -55,7 +55,6 @@ ADD_LIBRARY(afb-lib STATIC
afb-proto-ws.c
afb-session.c
afb-stub-ws.c
- afb-svc.c
afb-trace.c
afb-websock.c
afb-ws-client.c