X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-autoset.h;h=4ced3136fbceaedab3a43ee61ecbaa3243e16fc5;hb=16f014ef35b8355de1006891fe6920c8b51675fe;hp=c9aacff7ea0469778f60581937cd1152b2cb50ae;hpb=ec0564bc90b3c63f7e82f09e81db8bd2cfac89a2;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);