X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-autoset.h;h=4ced3136fbceaedab3a43ee61ecbaa3243e16fc5;hb=6f13ad1989875b5a0ce50b24211fd1fba093735f;hp=1a16942b83e1a9c7b147473f71f347766f77cbf1;hpb=525e9eaa644ca92fad23adfbb7c3119ae8b57a30;p=src%2Fapp-framework-binder.git diff --git a/src/afb-autoset.h b/src/afb-autoset.h index 1a16942b..4ced3136 100644 --- a/src/afb-autoset.h +++ b/src/afb-autoset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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);