mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
Also, let's deflatten the lists of sources in preparation for the next commit at the same time. In systemctl, we split out systemctl-main.c to make sure the definition of main() is in a separate object which allows us to extract the systemctl.c object and link it in the fuzzer target without getting a multiple definition error when linking.