HomeClusterLabs Projects

Build: Fix ordering of LIBADD and LDADD libraries in Makefiles.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Build: Fix ordering of LIBADD and LDADD libraries in Makefiles.

Libraries should be listed before anything they require. Additionally,
change how libraries are listed to be one per line using the += syntax
and clean up the spacing. I think this makes it easier to read.

Details

Provenance
clumensAuthored on Aug 11 2023, 4:48 PM

Commit No Longer Exists

This commit no longer exists in the repository.