Skip to content

Don't include libtool's .la files in the resulting systems by default

Sam Thursfield requested to merge sam/remove-la-files into master

Libtool installs .la files alongside every library. These can be dangerous, most Linux distributions do not distribute them, and neither do other Flatpak SDKs.

I have put them into a separate split-rule domain so we can exclude them as part of the 'compose' elements.

Merge request reports