aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-22 15:22:54 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-09 14:08:33 +0200
commit9a304ebddac4deb4992ea931ea1131b639798b3b (patch)
treecaeb35ad83653e6f4e8a9beef24440c0ba4f2871 /src/CMakeLists.txt
parent59cd34b59853f6a47e756d7ab5bc0329f40a471c (diff)
Allow pure dynamic bindings
Activates the new internal interfaces Change-Id: I8f51cd271f66a0216ffdf03626300bb5964a70f9 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0e05f850..ade02a11 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -36,6 +36,7 @@ ADD_LIBRARY(afb-lib STATIC
afb-api-so.c
afb-api-so-v1.c
afb-api-so-v2.c
+ afb-api-so-vdyn.c
afb-api-ws.c
afb-apiset.c
afb-auth.c