mirror of https://github.com/nirenjan/libx52.git
Prior to this change, we were linking the log_actions program against the stub library, since we needed to use the logging capabilities in the stub library to save the expected values to a file for the test harness to use. However, doing so gives us the following warning: *** Warning: Linking the executable x52test_log_actions against the loadable module *** libusbx52.so is not portable! Since we don't really need to have dynamic linking in this case, simply including the stub library source into the log_actions program sources list is sufficient, and bypasses this warning. |
||
---|---|---|
.. | ||
libusbx52 | ||
libx52 | ||
libx52util | ||
Makefile.am |