X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain-afb-daemon.c;fp=src%2Fmain-afb-daemon.c;h=d825d803858708cd60dae37c1bc841d4d78e6c68;hb=8538d642f01c8ee185cb356eba2c2f19cf4cea58;hp=a85ffc0a6af69cec2249951511e7969bb5b2fba3;hpb=5cbc5e1c37fba83ba2577aad9b66de2c7587e63f;p=src%2Fapp-framework-binder.git diff --git a/src/main-afb-daemon.c b/src/main-afb-daemon.c index a85ffc0a..d825d803 100644 --- a/src/main-afb-daemon.c +++ b/src/main-afb-daemon.c @@ -835,9 +835,11 @@ static void start(int signum, void *arg) /* load bindings and apis */ afb_debug("start-load"); +#if WITH_DYNAMIC_BINDING apiset_start_list("binding", afb_api_so_add_binding, "the binding"); apiset_start_list("ldpaths", afb_api_so_add_pathset_fails, "the binding path set"); apiset_start_list("weak-ldpaths", afb_api_so_add_pathset_nofails, "the weak binding path set"); +#endif apiset_start_list("auto-api", afb_autoset_add_any, "the automatic api path set"); #if WITH_DBUS_TRANSPARENCY apiset_start_list("dbus-client", afb_api_dbus_add_client, "the afb-dbus client");