X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v2.c;h=f10e18d334a45ccd9a76467321e58147c8bafd51;hb=16f014ef35b8355de1006891fe6920c8b51675fe;hp=71d51c04a700fe875f35c6aa9b1fedfbe1bf7fdf;hpb=043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v2.c b/src/afb-api-so-v2.c index 71d51c04..f10e18d3 100644 --- a/src/afb-api-so-v2.c +++ b/src/afb-api-so-v2.c @@ -15,6 +15,8 @@ * limitations under the License. */ +#if WITH_LEGACY_BINDING_V2 && WITH_DYNAMIC_BINDING + #define _GNU_SOURCE #include @@ -221,3 +223,4 @@ int afb_api_so_v2_add(const char *path, void *handle, struct afb_apiset *declare return -1; } +#endif