mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 19:25:06 -05:00
Instead of linking unit tests with *.o in the root directory, which may include conflicting objects from a different configuration (e.g. hash), add a print target to the main Makefile and use it in the unit test Makefile to link only with objects that are relevant in the current configuration.