Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common/Makefile.am, tools/nut-scanner/Makefile.am: Introduce libcommonstr.la #2478

Merged
merged 2 commits into from
Jun 24, 2024

Commits on Jun 16, 2024

  1. common/Makefile.am, tools/nut-scanner/Makefile.am: Introduce private …

    …`libcommonstr.la` recipe
    
    A smaller helper library than `libcommonclient.la` which is sometimes an
    overkill, e.g. in `nut-scanner` where the `libupsclient.so/.dll` is loaded
    dynamically for "Old NUT" scans and there is no specific use for object
    files included into `libcommonclient.la`.
    
    More use-cases with DMF codebase (currently not yet upstreamed).
    
    Combined from a series of commits like
    * 3ba6b57
    * c418728
    * 5f16b7b
    * bc4cd95
    
    Signed-off-by: Jim Klimov <[email protected]>
    jimklimov committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    c594c7a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    d628723 View commit details
    Browse the repository at this point in the history