ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

avoid compiling source file for BBAPI when not enabled #123

Closed adammoody closed 2 years ago

adammoody commented 2 years ago

This pulls the check for #ifdef HAVE_BBAPI up a level from into axl.c and avoids calling any axl_async_*_bbapi calls when the BBAPI is not enabled. This lets us avoid compiling the axl_async_bbapi.c file during the build.