X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-autoset.h;h=4ced3136fbceaedab3a43ee61ecbaa3243e16fc5;hb=f3d1f19ae308cc0559728c0ccf6281cbce5ee37c;hp=c9aacff7ea0469778f60581937cd1152b2cb50ae;hpb=043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3;p=src%2Fapp-framework-binder.git diff --git a/src/afb-autoset.h b/src/afb-autoset.h index c9aacff7..4ced3136 100644 --- a/src/afb-autoset.h +++ b/src/afb-autoset.h @@ -20,5 +20,7 @@ struct afb_apiset; extern int afb_autoset_add_ws(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set); +#if WITH_DYNAMIC_BINDING extern int afb_autoset_add_so(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set); +#endif extern int afb_autoset_add_any(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set);